• hi friends
    i wanted to validate my theme and i have 29 errors and this is the first:

    Line 129, Column 24: value of attribute "id" must be a single token
    </div><div id="vertical marquee" class="widget vm_widget"><div class="art-Block…
    ✉
    This attribute cannot take a space-separated list of words as a value, but only one word ("token"). This may also be caused by the use of a space for the value of an attribute which does not permit it.

    please help me to resolve it.
    thanks with regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • This is due to a space in “vertical marquee” – change it in HTML to vertical_marquee and then in your stylesheet also.

    Thread Starter great2012

    (@great2012)

    thank you very much but which file i have to change exactly?

    Thread Starter great2012

    (@great2012)

    i didnt find them in plugin files please help me.
    thanks with regards

    Based on the output HTML you provided, I would check widgets. If not that, you can provide a site link and we can try to figure that out…

    Thread Starter great2012

    (@great2012)

    i had a lot of erroes from that plugin and i have disables it but i dont know why the errors do not disappear.
    this is the next error:` Line 491, Column 170: end tag for element “a” which is not open
    …979-150×150.jpg” class=”attachment-100×100 wp-post-image” alt=”IMG_0979″ /></a>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.`
    thanks with regards

    Thread Starter great2012

    (@great2012)

    please help me!
    thanks

    Thread Starter great2012

    (@great2012)

    thank you very much but these are html and i have to validate them in php.
    with regards

    thank you very much but these are html and i have to validate them in php.
    with regards

    The lines you are showing are all HTML.

    Are you sure the difference of HTML and PHP is clear? WordPress uses PHP to output HTML dynamically. Validators are looking at the HTML, and do not care or see the PHP.

    To continue, you need to provide additional information.

    http://codex.wordpress.org/Forum_Welcome#Include_as_much_information_as_possible

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘validation’ is closed to new replies.