Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Having trouble validating wordpress Re: Having trouble validating wordpress

#64341
TheDoc
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 />