- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 12:48 PM
Hi, guys.
I've been having trouble creating a new KB article template that follows these requirements:
Banner ICON (Image)
Article Title<H1>
Article Subheading<H2>
Article Body text
I've tried several ideas from the community, but unfortunately, none of them worked.
Could someone help me out?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 07:48 AM
Hi @Dr Atul G- LNG
I used the "Default Value" from the HTML field to apply the CSS:
<img src="IMAGE" class="img-responsive" style="width: 120px"/>
<p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"> </p>
<p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"><strong><span style="font-size: 20.0pt; font-family: Verdana, sans-serif;">Article Title</span></strong></p>
<p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"><strong><span style="font-family: Verdana, sans-serif;">Article Subheading</span></strong></p>
<p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-size: 10.0pt; font-family: Verdana, sans-serif;">Article Body text</span></p>
The user will need to manually update the content.
Thank you for your time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2025 02:14 PM
We can't add images in the KB template since there is no option for that type. However, for the rest, you can use HTML code.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 04:24 AM
Hi @Dr Atul G- LNG
Are you suggesting creating three different fields?
The only way to include an image is by setting it as the default value of an HTML field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 04:55 AM
Yes , create 3 fields that will be better.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 07:48 AM
Hi @Dr Atul G- LNG
I used the "Default Value" from the HTML field to apply the CSS:
<img src="IMAGE" class="img-responsive" style="width: 120px"/>
<p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"> </p>
<p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"><strong><span style="font-size: 20.0pt; font-family: Verdana, sans-serif;">Article Title</span></strong></p>
<p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"><strong><span style="font-family: Verdana, sans-serif;">Article Subheading</span></strong></p>
<p style="margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif;"><span style="font-size: 10.0pt; font-family: Verdana, sans-serif;">Article Body text</span></p>
The user will need to manually update the content.
Thank you for your time.