Topic: deciding between divs within divs/ tables within divs
I know I keep reading that tables are for tabular data, but what is considered tabular data.
I have 4 divs so far. in my TEST site to learn this stuff, wrapper/header/nav/content. Now I want to create more divs OR tables inside the content div.
So if my content area will include images etc wrapped with text should I use a table with say 3 columns or another div.
The same question goes for say a directions and hours text area in the header. Do I use a table or another div. inside the header.
If I was to have one image say in the header and no text would I use another div or just use the header div to hold the image. Same question if it was just a paragraph of text inside the header.
Are there rules somewhere that help me determine what to do when?
Thanks
Ant

