w3c validator

metacitizen / 2013-01-30 09:10:14   

Hi, I am having trouble validating my site in order to have it working on Safari.
Validator says I have 6 errors. The question is: where can I fix this errors? What files should I edit? I have not been able to find the specified Error Lines in anywhere..
thank so much,
Marcos

Bellow is the list of errors:

Error Line 16, Column 36: Bad value copyright for attribute name on element meta: Keyword copyright is not registered.

Error Line 52, Column 54: End tag p seen, but there were open elements.

ny.basalt.is">

Error Line 52, Column 50: Unclosed element a.

ny.basalt.is">

Error Line 54, Column 86: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
…='ny.basalt.is/files/gimgs/…' width='200' height='67' />

Error Line 56, Column 7: End tag a violates nesting rules.

Error Line 56, Column 7: Cannot recover after last error. Any further errors will be ignored.

arsondpi / 2013-01-30 09:22:05   

I'd ignore the first one and the alt issue.
Start by looking at your code.
Apparently there's some loose p tags in your pre nav area. Try inserting the head link in one line

  1. <a href="ny.basalt.is"><img src='http//ny.basalt.is/files/gimgs/logoblack.png' width='200' height='67' /></…;

and there's also double ending a tags in the index links. I don't know if you've been tinkering with these and how, but you might want to check it out.

metacitizen / 2013-01-30 09:40:21   

Thanks so much arsondpi.
One more question, where can I find the following?:

Error Line 60, Column 164: Stray end tag a.
60.
  • Housing
  • arsondpi / 2013-01-30 10:00:44   

    Just take a look at your source code. There's something going on there. Have you been editing stuff or have you been inserting links in the exhibit text box?

    metacitizen / 2013-01-30 10:07:58   

    hi,
    yes, i added links in the Exhibit names.
    I have double checked, and the code for these links is fina in the exhibit tittle text box

    arsondpi / 2013-01-30 10:50:35   

    this is not good

    1. <a href="URL_OF_THE_EXHIBIT/">Public Buildings</a></a>

    This thread has been closed, thank you.