Skip to content Skip to sidebar Skip to footer

Html Email - Table Position

I have just started creating HTML emails. I am creating my latest one at http://www.jn-design.co.uk/misc/Swagelok/email.html It displays fine in browsers , until IE, even 9 does n

Solution 1:

Try putting

<!doctype html>

at the top of your document, before the <html> tag

Solution 2:

You should add: align="center" in place of: align="left" on line 22.

I've done my fair share of HTML emails in my day!

Also add a doctype as well.

Solution 3:

For the paragraph padding, why don't you try setting the margins individually. I will also recommend Boilerplate since it contains a lot of solutions to the quirks of each email client.

Post a Comment for "Html Email - Table Position"