Viewing 3 replies - 1 through 3 (of 3 total)
  • Pretty much most of those are there because you’ve placed “p” tags inside of “a” tags (like it tells you, right there in the page you linked to).

    You’re also missing a closing div tag.

    Yes, you can change them within your admin panel – under “presentation>theme editor” But no one knows what your code looks like to tell you where to make these changes you need to make.

    I would recommend viewing your source code and figuring out where the closing div tag needs to be, and then removing the <p> tags from within your anchor links. P tags go outside of a, not inside.

    Thread Starter ofi

    (@ofi)

    i cant get it to work, the sitebar shows at botton, can someone guide me in this, what to edit

    You still have the P tags located within your A tags. You’re also using the ampersand instead of the HTML code to replace it within your script (that’s a new addition). And you’re *still* missing the closing DIV tag – which is probably why your sidebar is at the bottom.

    So, you haven’t changed anything since that last time I posted (and told you what to look for), and you’d added something new to further your validation errors.

    You’re going to need to go through your files and find *where* these errors are, and fix them. No one here has access to your admin area, so we can’t tell you where to look. But you know what to look for.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need help with Validation’ is closed to new replies.