no tables. why?
no tables. why?
Out of context: Reply #13
- Started
- Last post
- 15 Responses
- jakeyj0
good thread going here.
aside from the points already mentioned, one of the main reasons I use CSS over tables is for text-resizing. Typically a layout breaks horribly on a table-based site when the text is sized up. Especially when you have a complex layout.
And it also keeps my code squeeky clean, so that when developers need to work on my code, they don't have to wade through style markup in my code. They just see the content.