Add CSS style to GRC - Article template

Alex Buliga
Kilo Guru

Hi, 

i have a article template with html type and i would like to add a css styling. There is no css field to do it.

More exactly - i want to add a watermark to the policy.

2 ACCEPTED SOLUTIONS

Community Alums
Not applicable

Hi @Alex Buliga ,

There is no scope for Adding CSS at all.

You have only these fields which you can use :

  1. Authority Document
    Field Description
    Name Name of the article template.
    Type
    • Script
    • HTML
    • XML
    Script The script code. This field depends on the Type field.
    HTML The HTML code. This field depends on the Type field.
    XML The XML code. This field depends the Type field.
    Is default Option to indicate that this template is used as the default template for all KB articles.
  2. Click Submit.

View solution in original post

background-image: url('images\confidential-watermark.png')

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

Hi @Alex Buliga ,

There is no scope for Adding CSS at all.

You have only these fields which you can use :

  1. Authority Document
    Field Description
    Name Name of the article template.
    Type
    • Script
    • HTML
    • XML
    Script The script code. This field depends on the Type field.
    HTML The HTML code. This field depends on the Type field.
    XML The XML code. This field depends the Type field.
    Is default Option to indicate that this template is used as the default template for all KB articles.
  2. Click Submit.

Alex Buliga
Kilo Guru

if no CSS field for that, i want to add a background image using HTML field.

So in the images/ added a confidential-watermark.png

Trying to call that image in the html field like that, but unsuccesuful, the image doesnt appeare.

AlexBuliga_0-1670312552677.png

 

 

background-image: url('images\confidential-watermark.png')