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

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26159
    ScottMacD
    Member

    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 :)

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

    #64343
    ScottMacD
    Member

    Thanks for everything :)

    problem solved.

    any way of validating CSS that contains transparency settings?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.