Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Product Discussion
- :
- Re: How do I center an image within an HTML email?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How do I center an image within an HTML email?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-16-2009 11:22 AM
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?
Re: How do I center an image within an HTML email?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-16-2009 01:59 PM
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

