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.
its complicated because the theme is built up of so many files.
if anyone has an article, or any tips for me that would be great.
heres the validation errors
http://bit.ly/3OpkCj
Thanks in advance :)
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 />
problem solved.
any way of validating CSS that contains transparency settings?