Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-28-2007, 06:47 PM   PM User | #1
srule_
Regular Coder

 
Join Date: Jul 2007
Posts: 571
Thanks: 25
Thanked 28 Times in 28 Posts
srule_ is an unknown quantity at this point
Validation Help

What the heck does this mean:

Quote:
# Error Line 86, Column 62: end tag for "input" omitted, but OMITTAG NO was specified.

…input name="email" id="email" type="text" tabindex="3">



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
# Info Line 86, Column 6: start tag was here.

<input name="email" id="email" type="text" tabindex="3">

srule_ is offline   Reply With Quote
Old 11-28-2007, 07:01 PM   PM User | #2
Zurvan
New Coder

 
Join Date: Aug 2007
Posts: 25
Thanks: 1
Thanked 4 Times in 4 Posts
Zurvan is an unknown quantity at this point
Try:

Code:
<input name="email" id="email" type="text" tabindex="3" />
Zurvan is offline   Reply With Quote
Old 11-28-2007, 07:05 PM   PM User | #3
srule_
Regular Coder

 
Join Date: Jul 2007
Posts: 571
Thanks: 25
Thanked 28 Times in 28 Posts
srule_ is an unknown quantity at this point
dont think so beacuse it says this:
Quote:
or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
I have 30+ errors but they are all this same damn thing and I have no idea what it means.
srule_ is offline   Reply With Quote
Old 11-28-2007, 07:07 PM   PM User | #4
Zurvan
New Coder

 
Join Date: Aug 2007
Posts: 25
Thanks: 1
Thanked 4 Times in 4 Posts
Zurvan is an unknown quantity at this point
Quote:
Originally Posted by srule_ View Post
dont think so beacuse it says this:


I have 30+ errors but they are all this same damn thing and I have no idea what it means.
It means that you have no close element on those tags. You need to add a close element, such as what I posted.

For example, <br> has no close element. All HTML tags need to close, so you use <br />... it's self-closing. Same with the INPUT tag.
Zurvan is offline   Reply With Quote
Old 11-28-2007, 07:09 PM   PM User | #5
srule_
Regular Coder

 
Join Date: Jul 2007
Posts: 571
Thanks: 25
Thanked 28 Times in 28 Posts
srule_ is an unknown quantity at this point
of sorry, I was not readin what the validtor output correctly. thanks for the help thats all i needed to do.
srule_ is offline   Reply With Quote
Old 12-01-2007, 07:36 AM   PM User | #6
Nothinglastz
New Coder

 
Join Date: Sep 2007
Location: Hanoi, Vietnam
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Nothinglastz is an unknown quantity at this point
uhm I did not notice this before till I do something with xHTML. Since then I am always trying to enclose all the tags with /> , a good habit
Nothinglastz is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:45 AM.


Advertisement
Log in to turn off these ads.