I would like to know how I would be able to CSS style my outgoing emails.. Would be appreciated
I would like to know how I would be able to CSS style my outgoing emails.. Would be appreciated
I just googled and found this. Very informative.
Hey thanks, you are quite right very informatiov. However, i had the styling in the body and it did not work for hotmail nor gmail.. So I don't know what's wrong :(
For HTML email styling it's best to use "inline styles"... ie:
<p style="color: #FF0000; font-size: 1.25em;">This is larger red text.</p>
For best results, include the <STYLE> tag in both the header and body AND use inline styles. And also, use tables for layout.
Party like it's 1999!
This topic has been closed to new replies.