- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 11:58 PM
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 12:26 AM
Hi @Alex Buliga ,
There is no scope for Adding CSS at all.
You have only these fields which you can use :
-
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. - Click Submit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 12:51 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 12:26 AM
Hi @Alex Buliga ,
There is no scope for Adding CSS at all.
You have only these fields which you can use :
-
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. - Click Submit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 11:42 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 12:51 AM
background-image: url('images\confidential-watermark.png')