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>
>       <th>ID</th><th>Var 1</th><th>Var 2</th>
>       <tr>
>               <td>ID VALUE</td>
>               <td>Var 1 value</td>
>               <td>Var 2 value</td>
>       </tr>
> </table>


Jorge,

I think you still need to enclose the <th>'s in a <tr>. The line should
be-

<tr><th>ID</th><th>Var 1</th><th>Var 2</th></tr>

George

-- 
                         Sterling Web Services
                       http://www.websterling.com
                           The Web Done Right

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to