Reply
Contributor
Taxed
Posts: 4

How do I center an image within an HTML email?

Hi,

 

Everytime I load an image into an HTML email template, it is left-justified.  I try to center using the center justify button but it doesn't do anything.  In addition, we I try to move the image with the mouse, I can only move it up or down and not to the right.

 

How do I center an image? Also, is there a way to view the HTML code of the email?

Regular Contributor
Mandy08
Posts: 29

Re: How do I center an image within an HTML email?

Hi -

Are you using the salesforce HTML templates or a custom HTML?

If your using the salesforce one then you need to change the "Letterhead"

layout - this is the default structure of your HTML message. Look-up creating

letterheads from the salesforce help menu.

 

If your creating a custom HTML email then you need can use the

align:center tag in your code.  Below is a great link to sample HTML tags.

Hope this helps.

 

http://www.w3schools.com/Html/html_examples.asp