This is a discussion on "html validation help" within the Web Page Design section. This forum, and the thread "html validation help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
html validation help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
html validation help
Hey
Could somebody help me get rid of these 5 errors im not sure how to..... http://validator.w3.org/check?uri=ht...group=0#result Thankyou, Danny |
|
|
|
||||
|
Re: html validation help
Line 29, Column 18: document type does not allow element "TR" here.
You can't have a <tr> in a <div>. <tr> is a table row so ... you should put that in a table. Line 37, Column 19: NET-enabling start-tag requires SHORTTAG YES. Line 38, Column 80: NET-enabling start-tag requires SHORTTAG YES. ect.... Since you have an HTML Transitional doctype, <br /> should just be <br> Line 61, Column 57: required attribute "ACTION" not specified Need the action attribute or your form won't work/do anything. Line 105, Column 115: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag . and Line 105, Column 449: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag . Can't put a <p> in a <span> Line 137, Column 6: end tag for "DIV" omitted, but its declaration does not permit this . You forgot to close a </div> somewhere. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ie and validation | nate2099 | Starting Out | 2 | Jun 17th, 2007 00:45 |
| CSE for validation | nextgen | Scripts and Online Services | 3 | Jan 30th, 2007 03:41 |
| HTML Validation - Heeeellllllpppppp!!! | reed86 | Web Page Design | 5 | Sep 14th, 2006 00:05 |
| HTML validation error please help | bean_2k1 | Web Page Design | 4 | Feb 8th, 2006 12:19 |