I have been trying to validate a frameset document with either the HTML 4.01
or XHTML Transitional DOCTYPE.
But I am finding that various <frameset> attributes ( framespacing="0 ",
border="0", frameborder="0" ) are not valid, presumably because they are IE
proprietary.
Is there a valid way to do these, particulary to get no borders, or does
one just ignore the validation, since IE is so predominant?
Thanks for your help, CMA
or XHTML Transitional DOCTYPE.
But I am finding that various <frameset> attributes ( framespacing="0 ",
border="0", frameborder="0" ) are not valid, presumably because they are IE
proprietary.
Is there a valid way to do these, particulary to get no borders, or does
one just ignore the validation, since IE is so predominant?
Thanks for your help, CMA
Comment