Home › Forums › Back End › Having trouble validating wordpress › Re: Having trouble validating wordpress
September 18, 2009 at 12:38 am
#64341
Member
To help get you started:
Line 45 Error:
You can easily fix this by removing the border="0". This should be something styled in your CSS file. A simple img a { border: none; } should get the job done. (or is it "a img", I can never remember")
Line 90 Errors:
You can get rid of one of them by removing the blank value="" item.
The second one you can get rid of by making sure "onfocus" is all in lower case.
Line 195 Error:
Close the <br> by going <br />