Hi Mathew. I think the problem is due to the way you are laying out this design. In my > view it's not semantically correct to be using tables. Instead, for each > product model I would make two columns using divs, one for the pictures > the > other for the info. >
I see where you're coming from, but I actually very much see this as tabular data. It has headings for each column and repeating chunks of information related to the headings etc. I probably should've mentioned that there can be several models in the table, too. Also, unfortunately, the design/layout is not for me to change, I just convert it to html/css... If I mark it up as divs + a dl for the articles, I lose the relationship between the column headings and the data, the drawing and the rest of the model info etc... So I would very much define this as a table. But thath's not to say that I haven't considered converting it into a more simple but less semantically meaningful markup. ;-) //emil ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
