Thread: HTML emails
View Single Post
Old 08-30-2009, 11:17 PM   #5
Wrams
Junior Member
 
Join Date: Aug 2009
Location: Bristol, UK
Posts: 19
Thanks: 5
Thanked 0 Times in 0 Posts
Send a message via Skype™ to Wrams
Default

Quote:
Originally Posted by DougBarned View Post
As it stands at the moment, Outlook 2010 will be continuing to use word as it's engine, so for emails, old school is the way to go. Tables, inline simple css and linked images.
<tables> Yea right. Tables are a thing of the past. If your a decent web developer then you will NOT use tables. Thats a horrible way to build a website. Use <div id="blahblah"></div> and CSS and learn to position your images and text. I can't beleive someone is saying use tables to build a website.

If your wanting an email link then use this

Code:
<a href="mailto:yourname@youremail.com">email text here</a>
Don't ever use <tables> unless you absolutely have to.
Wrams is offline   Reply With Quote