Re: Page Borders
Vox wrote:
[quote="dflynn":300roal1]You shouldn't use tables for layouts. Use Div layers with CSS, it also allows for expansion if you use it properly.
you could do it simply in a 3x3 set of divs or if you don't need expansion, 1x3.
I don't think I understand. Somebody I know that also does this sort of thing told me to use tables for layouts and divs for formatting text. The only thing that I know about divs is that they are good for combining with CSS.
And what is expansion?[/quote:300roal1]
No no no. They are very wrong. Tables is for data and displaying in organized columns and rows. Div layers are not for stylizing text. They are "Layers", kinda like in Photoshop, they for items to be moved separately around the page, even stacked on top of each other. They work through CSS and have many many many valuable properties that make them much more versatile that a simple table.