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