function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SmillerSmiller 

HTML Help

Hello,

 

I have created a new HTML e-mail, but when i click preview, there are no spaces, it is all running together. The Text version is fine. Please Help!!

 

Smiller

Best Answer chosen by Admin (Salesforce Developers) 
Laytro80Laytro80

Are you trying to write HTML code if so you need to use HTML tags for example:

 

<p>This is a paragraph</p>

Line Break<br />

 

If you just wrote

 

test test test

test test test

 

It would appear 

 

test test test test test test

All Answers

Pradeep_NavatarPradeep_Navatar

I couldn’t get your point clearly. Can you elaborate your problem?  Have you tried html template with letter head?

Laytro80Laytro80

Are you trying to write HTML code if so you need to use HTML tags for example:

 

<p>This is a paragraph</p>

Line Break<br />

 

If you just wrote

 

test test test

test test test

 

It would appear 

 

test test test test test test

This was selected as the best answer
SmillerSmiller

Thanks for your help!!! That is exactly what I needed to do.