W3C Validation help!!
After few arguments with the code and W3C validation.. we (me and the screen/W3C) got to a stall mate situation.
There's no way for me to change my code to satisfy that validation; this is the code we're having a disagreement about:
<frameset frameborder=0 border=0 framespacing=0 rows="90,*">
Looks perfectly healthy to me but W3C return:
there is no attribute "FRAMEBORDER"
there is no attribute "BORDER"
there is no attribute "FRAMESPACING"
Well.. sorry but I need those attributes, especialy border=0 otherwise I get a border and it looks crap..
If anyone got a clue on how to satify both W3C and myself, I would be greatfull :)
|