html validation help

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 7th, 2008, 09:32
Reputable Member
Join Date: Oct 2007
Location: UK
Posts: 267
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

  #2 (permalink)  
Old Jan 7th, 2008, 13:36
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3 (permalink)  
Old Jan 7th, 2008, 13:59
Reputable Member
Join Date: Oct 2007
Location: UK
Posts: 267
Thanks: 0
Thanked 0 Times in 0 Posts
Re: html validation help

thanks karinne thats a big help. I'll sort that now :-)
Reply With Quote
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 17:58.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43