Thread: HTML emails
View Single Post
Old 09-04-2009, 06:19 PM   #6
Identity
Member
 
Identity's Avatar
 
Join Date: May 2009
Location: Northampton
Posts: 46
Thanks: 4
Thanked 5 Times in 4 Posts
Default

Quote:
Originally Posted by Wrams View Post
<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.
Um I think you got the wrong end of the stick there. The previous poster was absolutely right...He said building Emails NOT Websites.
Identity is offline   Reply With Quote