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
 

NetRyder

Tech Junkie
Joined
19 Apr 2002
Messages
13,256
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" />
 

Glaanieboy

OSNN Veteran Addict
Joined
6 Mar 2002
Messages
2,628
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.
 

Khayman

I'm sorry Hal...
Political Access
Joined
6 Jan 2002
Messages
5,518
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/
 

Khayman

I'm sorry Hal...
Political Access
Joined
6 Jan 2002
Messages
5,518
Got all the errors now, going though all the sub pages... boring 🙂
 

Geffy

OSNN Veteran Addict
Joined
18 Mar 2002
Messages
7,805
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 😀
 

X-Istence

*
Political Access
Joined
5 Dec 2001
Messages
6,498
i code to the spec. Anything that i dont write according to the spec i fix, and i dont make the same mistake again.
 

j79zlr

Glaanies script monkey
Political Access
Joined
16 Feb 2003
Messages
2,725
Its not hard, and once you start doing it, you wont allow yourself to publish a page that isnt compliant.
 

NetRyder

Tech Junkie
Joined
19 Apr 2002
Messages
13,256
Agreed.
smile.gif
 

Members online

No members online now.

Latest profile posts

Xie Electronic Punk 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 Sazar 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.
Terrahertz Electronic Punk Terrahertz wrote on Electronic Punk's profile.
Yo fellas!
Electronic Punk Sazar Electronic Punk wrote on Sazar's profile.
Where are you buddy?

Forum statistics

Threads
62,017
Messages
673,508
Members
5,636
Latest member
GLOCKTOR642
Back