Quote:
Originally Posted by DougBarned
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.