[Request] HTML Validation of PGS

Status
Not open for further replies.

Chrono Cr@cker

New Member
Joined
Jul 7, 2005
Messages
115
Reaction score
0
Okay, recently I put my site through the HTML Validator expecting it to come out with bright colors but I was shocked and disappointed to find that it had a lot of tags which are considered invalid.

Half the tags which I considered legal come out branded "not valid". Can anybody just go to http://validator.w3.org and give my site URL (http://pokedrome.com) and tell some of the changes I have to make.

Also, I would like to know why I am being warned for using font-family in my CSS and what does it mean by "Generic Value".

Thanks for the help
~ CC
 
1. the marquee tag doesn't technically exist and is an absolutely horrendous idea anyway.
2. img tags need to have alt attributes.
3. the center tag is long gone; use CSS.
4. it appears that the target attribute has vanished as well (thank god). just remove the target; having things open in new windows when I didn't explicitly ask for it is annoying.
5. align and border and height and bordercolor are all gone; use CSS.
6. the font tag is LONG gone; use CSS.

as for the font-family warning, it wants you to give at least one generic font class instead of specific names; things like 'serif' and 'sans-serif' are guaranteed to be available on any platform, whereas things like 'Arial' are not.
 
How'd it all turn out CC? =D

I got PaulHQ HTML 4.01 validated yesterday ^^
 
Status
Not open for further replies.
Back
Top Bottom