Which web design method eliminates need for using nested tables?

GTaudiophile

Lifer
Oct 24, 2000
29,767
33
81
CSS style sheets? PHP?

I want to join the 21st Century of web design but need some direction.
 

yoda291

Diamond Member
Aug 11, 2001
5,079
0
0
you COULD make the argument that you still need nested tables because not all browsers handle CSS equivalently.

But I think you're looking for CSS.

CSS = Cascading Style Sheets...so CSS style sheets is redundantly adding "style sheets".

Wrong forums too I think.
 

Deeko

Lifer
Jun 16, 2000
30,213
12
81
Originally posted by: yoda291
you COULD make the argument that you still need nested tables because not all browsers handle CSS equivalently.

But I think you're looking for CSS.

CSS = Cascading Style Sheets...so CSS style sheets is redundantly adding "style sheets".

Wrong forums too I think.

You're right in your first 3 lines.

Last line, die.
 

Kelemvor

Lifer
May 23, 2002
16,928
8
81
Nested tables are Fun!

Had to put together a template for an email a long time ago and it had probably 7 tables all intertwined.
 

GTaudiophile

Lifer
Oct 24, 2000
29,767
33
81
Originally posted by: FrankyJunior
Nested tables are Fun!

Had to put together a template for an email a long time ago and it had probably 7 tables all intertwined.

Agreed, there may be a certain art to them. But they aren't the modern/most efficient way of doing things.