Hi Joshua,
>> - I agree with Patrik to use <th> for table header cells. > Question: <th> stands for Table Header. Can Row titles > really be considered "headers" (they aren't at the head > of the table)? This is purely a symantic issue. If I had to create some "header" of a whole table, I would use <caption> for this purpose. There are situations where I use <th> for other things but column headers (maybe row headers ;-), but I am aware of that to be trickery (like code volume saving if all you need is two types of <td> and you don't want to have hundreds of <td class="..."> - I am quite used to have tables with a thousand cells and more ...), not good style. So I am +1 on using <th> for column headers. Regards, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
