I am working on a personal website. On the front page, I have a listing of all the articles, and their date published. This data would be a perfect use for a table tag. The table would only be used to display this tabular data.
I worked on it again, and was able to achieve the same layout using unordered lists and a little bit of css.
So now I got two versions, both look the same (ie and ff), so whats the problem? I want the page to degrade as gracefully as possible.
I view the tabled page without the stylesheets, and everything degrades nice. When I degrade the table-less page, it looks ok.. but clearly the tabled page degrades more nicely.
also, in lynx, the tabled version looks a lot better then the table-less version.
The question is - Are tables justified in this case? (I believe so). Should I go with the table-less layout now that I have one? or is the table better for degradation purposes?
Edit - Ive been brainwashed to think tables are the anti-christ