Topic: validation message question (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=22299" title="Pages that link to Topic: validation message question (Page 1 of 1)" rel="nofollow" >Topic: validation message question <span class="small">(Page 1 of 1)</span>\

 
wcr one
Paranoid (IV) Inmate

From: seattle
Insane since: Mar 2001

posted posted 06-24-2004 03:43

Hello,

totally stupid question, but can't figure it out. I ran a page through a validator and got a message I did not understand. It claims I am using a <th> tag wrong and assumes I meant to use a <tr>. then it ells me I can't use a <tr>. what is the rule here? I had thought you were supposed to use the <th> tag.

[url] http://validator.w3.org/check?uri=http%3A%2F%2Fwww.membersclubataldarra.com%2Fhole1.html&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1&verbose=1/url].

any explanation is greatly appreciated.

thanks

bill

(Edited by wcr one on 06-24-2004 03:45)

H][RO
Bipolar (III) Inmate

From: Australia
Insane since: Oct 2002

posted posted 06-24-2004 05:27

The problem is your <th> tags need to reside within a <tr> tag.

code:
<table>
<tr><th>header</th</tr>
<tr><td>data</td></tr>
</table>



Fix that up and it shouldnt complain about the <tr> tag cannot be used here thing either..

wcr one
Paranoid (IV) Inmate

From: seattle
Insane since: Mar 2001

posted posted 06-24-2004 05:43

all together now

"DUH!"

thanks



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu