treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Having trouble validating wordpress

  • Hey everyone, im almost finished setting up my wordpress blog, ive created my own theme, the only problem is that i cant get it to validate the xhtml.

    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 :)
  • 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 />
  • Thanks for everything :)

    problem solved.

    any way of validating CSS that contains transparency settings?