Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Display text in same line using email script in notification

MercBuilding
Tera Guru

Hi,

  I have created a email script to display the serial number in notification, but when i preview the notification it is displaying in new line. can anyone tell me which is the correct tag to use here.

 

MercBuilding_1-1706132782481.png

MercBuilding_2-1706132930252.png

The highlighted part above should be in same line.

 

Thanks!

1 REPLY 1

Jaspal Singh
Mega Patron

Hi Merc,

Remove the <p>

So, it shold be something as below

<style=........./>+assets);

& not

<p style=........ >+assets+</p>