|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Web page validaiton
What doctype is everybody using for their W3C validation? I am using HTML 4.01 Transitional but i get all these errors still:
http://validator.w3.org/check?uri=www.sportchassis.com anybody know if these are just errors i have to deal with? are others getting these errors too?
__________________
Cyber Fury - Affordable Web Design and Hosting |
|
#2
|
|||
|
|||
|
The first error is like it says: a table row element cannot have a height attribute set. You could simply set the height attribute to one of the <td> elements within that row and it should affect all the others, or it might be possible to use the height property on the <tr> element via CSS.
All the other errors are because you're using an <embed> tag in your page. The <embed> tag isn't in the HTML 4.01 specification, instead there's <object> and <param>. I've never used any of these tags so I can't really tell you exactly how to do convert, however take a look at this page and it tells you how to do it, and what the problems with each method are. |
|
#3
|
||||
|
||||
|
Re: Web page validaiton
Quote:
In addition to the points sacrilege made, I would point out that at the top of the validation results info is a link to the HTML 4.01 Transitional spec used to validate your page. http://www.w3.org/TR/1999/REC-html401-19991224/
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#4
|
||||
|
||||
|
__________________
Cheers, Jamie # mdb4u | mobile movie database | Please help to test and promote # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. ![]() __________________ |
|
#5
|
||||
|
||||
|
thanks for the help guys
|
![]() |
| Viewing: Dev Shed Forums > Other > Dev Shed Lounge > Web page validaiton |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|