Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Knowledge article template

Paulo Machado
Mega Sage

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?

1 ACCEPTED SOLUTION

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;">&nbsp;</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.



View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron

Hi @Paulo Machado 

 

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.

 

AGLearnNGrow_0-1744406049553.png

 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

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.

Hi @Paulo Machado 

 

Yes , create 3 fields that will be better.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

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;">&nbsp;</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.