Quote:
Originally Posted by JosAH
Care to elaborate on that? I know (almost) nothing about html and css but I have to write some documentation in html now and then.
tables for page layout were used when the CSS support of the browsers was sparse (80s and early 90s). so tables (with
border="0") were used to put all elements in place, like a grid.
the disadvantage is, that the mark-up is neither semantic, nor readable (despite being much larger in size, which eventually you have to pay with traffic costs and rendering speed).
but now that CSS is widely supported (more or less also in
*cough* IE) all the positioning and eye candy can be done using CSS.
check out
ALA's Primer Part 2 (
Part 1), there you should find some useful resources. or ask drhowarddrfine or David Laakso (and some other HTML/CSS experts) on this matter.
Quote:
Originally Posted by JosAH
I always happily use tables to display data in tabular form ...
I do not put that in question, if you have tabular data, tables are the way to go.
Quote:
Originally Posted by JosAH
all I knew was that css is able to fiddle with the borders, captions, relative sizes of the tables ... I can't find anything appropriate in the w3schools either.
the ultimate resource of CSS 2.1 (aka TechSpec)
comprehensive look-up site (german) ← well organized and compact