XHTML validation

Khayman

I'm sorry Hal...
Political Access
Joined
6 Jan 2002
Messages
5,518
I thought i'd give a wack of getting my site XHTML validated

I went to the validator page and i resolved most of the errors, of which there where hundreds (this is for the main page only atm) .

I need some help getting rid of the last few errors, i'm not sure how to resolve them and keep the page looking the same
 
Code:
Line 11, column 6:  required attribute "type" not specified  (explain...).
  <style>
Add the attribute type="text/css" to the style tag. That should fix this error.

The rest of the errors are due to the mixing of content and style elements, which is a no-no in XHTML. Attributes like "bordercolor" or "background" should be placed in an external stylesheet. The HTML page then refers to the stylesheet using this code, which is placed under the head tag on your page:
Code:
<link rel="stylesheet" type="text/css" href="myStyle.css" title="Default" />
 
While on the subject, is there a validator which I can run locally on my system? Like a downloadable app or something? Preferrably with explanations etc. I want to recode my website to be XHTML compatible and a downloadable ap would a tad quicker in validation I think.
 
Glaanieboy said:
While on the subject, is there a validator which I can run locally on my system? Like a downloadable app or something? Preferrably with explanations etc. I want to recode my website to be XHTML compatible and a downloadable ap would a tad quicker in validation I think.
http://www.w3.org/People/Raggett/tidy/
 
Got all the errors now, going though all the sub pages... boring :)
 
I remember when I did it on the previous version of my site, I am now working on a new site which is all complient, google spiderable, and degrades well with no Image and or no css support, am quite chuffed really :D
 
i code to the spec. Anything that i dont write according to the spec i fix, and i dont make the same mistake again.
 
Its not hard, and once you start doing it, you wont allow yourself to publish a page that isnt compliant.
 
Agreed.
smile.gif
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back