CSS vs Tables
CSS vs Tables
Out of context: Reply #30
- Started
- Last post
- 51 Responses
- digitalspiri0
all depends on what you're doing. i use a hearty mixture, but always use CSS when possible...CSS2 has a hard time centering, esp. vertically. but yeah - XHTML & CSS2 is most def. the way of the future, i code everything i can that way and deprecate into tables as necessary...but let's not forget even in an XHTML/CSS model, tables serve an accepted purpose when presenting tabular data - such as charts, comparisons, etc.
dS