View Single Post
  #1 (permalink)  
Old 10-03-2003, 01:21 PM
drummin drummin is offline
WebProWorld Veteran
 

Join Date: Aug 2003
Location: California,USA
Posts: 373
drummin RepRank 0
Default Do you use <div> or <table>

Hello everyone,
I have made several post stating my personal preference for page Coding.
My style being, laying out your page with <div class=””></div> TAGS with their placement and style properties defined in exterior CSS. This way your main body of text can be placed directly under the <BODY> TAG.
I have seen many sites posted here designed using tables. My problem with tables is how spaced the content is with all the <tr><td> TAGS and the main text content ending up way at the bottom of your Code.

Which style do you use and why?
Drummin
__________________
Hello everyone! Newbie. Self-taught. Loves writing web-code.
Reply With Quote