Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

client email template

pritaml
Tera Contributor

created blank client template user will compose email when click on send email header and footer will attached

header and footer created in syetem property and using Business rule sending mail but now i want to align body in centre alike header and footer how to do that?

5 REPLIES 5

TharaS657398130
Tera Guru

Hello,

You can use something like header + '<table width="100%"><tr><td align="center"><table width="600"><tr><td style="padding:20px; text-align:left;">' + current.body + '</td></tr></table></td></tr></table>' + footer

tried not working

Can you send your BR codes and if possible, the header/footer HTML from the system properties

Also any SS 

I have Header and Footer in system property table align already in middle but now i want to add body same like header and footer but tried to add in BR html code like table tr td not not worked