Archive for the 'HTML' Category

HTML emails in Hotmail

To stop a table of images breaking apart when displaying HTML emails in Hotmail add the following style declaration to all your image tags.

style=”display:block;

No comments