View Single Post
01-02-2006, 02:37 AM
#16
Joe is offline Joe
Status: Custom User Title
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 2,297
iTrader: 0 / 0%
 

Joe is on a distinguished road

  Old

With HTML there is no need to use tables. They wern't intended to structure a page, but have been adopted by people back in the early days of the web to create columns for websites, as back then most websites took on a linear approach to "design".

If you want to code a site without using tables to structure your code, then you will mainly use DIVs for the holders and wrappers and LIs for the menu items.