I am using the w3c validator: http://validator.w3.org/
and I have so far fixed up all the complaints except the following:
Line 55, column 58: there is no attribute "WIDTH" (explain...).
...=image src="images/search.gif" width="58" height="15" alt="Search" border="0"
^
Line 55, column 70: there is no attribute "HEIGHT" (explain...).
...images/search.gif" width="58" height="15" alt="Search" border="0" align="bott
^
Line 55, column 95: there is no attribute "BORDER" (explain...).
..."58" height="15" alt="Search" border="0" align="bottom" name="searchbut">
^
Line 100, column 31: there is no attribute "BACKGROUND" (explain...).
<td width="160" background="images/lgtblue.gif">
^
How these attributes not be valid? I have become a little confused in all this HTML XHTML change that occurred - I seemed to have missed it and am still catching up and don't really understand the explanations which are given.
I'm also having trouble trying to make <div> appear in Netscape 7.1 - has anyone got any suggestions?
Also, I have taken out my margin-height margin-width from the body take and put this:
body {background: url(images/bg.gif); background-repeat:repeat-x; background-color:#ffffff; border-top-width:0; border-right-width:0; border-bottom-width:0; border-left-width:0; margin:0;}
in my css style sheet and also the body tag as netscape will not read it from the css style sheet (or is it the other way around), anyway I now have a white space around my borders in netscape 4.7.
This all driving me nuts - any help would be greatly appreciated.





Bookmarks