It's just that you lose any semantic value in using a table without the <th>. Using the table with <th> currently limits your layout options.
Using <dl> means you can retain a bit of semantic meaning (by linking the name, icon and info at least) and get your styling right. This thread is getting a bit like a SimpleQuiz http://www.simplebits.com/bits/simplequiz/ :-) It's going to be your choice as to the amount of semantic meaning you wish to retain and the flexibility of your styling options... at least until a few more browsers support some of the more advanced 'display' options in CSS. Regards, Jachin On 10/31/05, Jad Madi <[EMAIL PROTECTED]> wrote: > if it's a must to use <th> then I have to sacrifice layout by using > Patrick's code > or sacrifice semantic by using <dl> ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
