Re: [WSG] Table header

2005-08-15 Thread Douglas Clifton
://loadaveragezero.com/ http://loadaveragezero.com/app/s9y/ http://loadaveragezero.com/drx/rss/recent From: Patrick H. Lauke [EMAIL PROTECTED] Date: Sun, 14 Aug 2005 12:16:26 +0100 Subject: Re: [WSG] Table header Lea de Groot wrote: The thead tag is the key - If you're using thead, you

Re: [WSG] Table header

2005-08-14 Thread Lea de Groot
On Sat, 13 Aug 2005 16:59:01 +0100, Jorge Laranjo wrote: I want to make a table so that the first row will be a HEADER with 3 cells. This: table thead tr thID/ththVar 1/ththVar 2/th /tr /thead tr tdID VALUE/td tdVar 1 value/td

Re: [WSG] Table header

2005-08-14 Thread Patrick H. Lauke
Lea de Groot wrote: The thead tag is the key - If you're using thead, you may as well go all the way and add a tbody as well... table thead tr thID/ththVar 1/ththVar 2/th /tr /thead tbody tr tdID VALUE/td tdVar

RE: [WSG] Table header

2005-08-14 Thread John Foliot - WATS.ca
Patrick H. Lauke wrote: Lea de Groot wrote: The thead tag is the key - If you're using thead, you may as well go all the way and add a tbody as well... table thead tr thID/ththVar 1/ththVar 2/th /tr /thead tbody tr

Re: [WSG] Table header

2005-08-14 Thread David Laakso
Jorge Laranjo wrote: Hi there! I want to make a table so that the first row will be a HEADER with 3 cells. [...] An interesting alternative? Posted on another list a while back by Al Sparber: http://www.projectseven.com/csslab/testing/lists/grid.htm Regards, David Laakso -- David Laakso

Re: [WSG] Table header

2005-08-14 Thread Patrick H. Lauke
David Laakso wrote: An interesting alternative? Posted on another list a while back by Al Sparber: http://www.projectseven.com/csslab/testing/lists/grid.htm Interesting, but structurally dubious and not really suitable based on the original question, which already has thID/ththVar

Re: [WSG] Table header

2005-08-14 Thread Terrence Wood
Agreed, the point of standards design is not that tables are bad, but using markup with meaning (a.k.a semantic markup) is better. kind regards Terrence Wood. On 15 Aug 2005, at 3:59 AM, Patrick H. Lauke wrote: David Laakso wrote: An interesting alternative?

Re: [WSG] Table header

2005-08-13 Thread George S. Williams
On Sat, 2005-08-13 at 11:59, Jorge Laranjo wrote: Hi there! I want to make a table so that the first row will be a HEADER with 3 cells. Is this correct ? table thID/ththVar 1/ththVar 2/th tr tdID VALUE/td tdVar 1 value/td tdVar 2