Votio Plugin not Validating
-
I really like the votio plugin and I’ve started using it at https://www.idiotonastick.com/talk. However, now my site doesn’t validate any more. Since I don’t know coding, could anyone help me on this?
One error says:
‘Line 207, column 142: character “;” not allowed in attribute specification list’I’m wondering if I can change the “;” to a “,” and have it work (and validate).
Another of the errors has to do with missing ‘alt’ tags, but looking through the plugin file, everywhere it has “img src” I’ve made sure there’s an ‘alt’ code in there – I just don’t know how to add it for this code:
‘…mouseover=”votio_hover(‘star_223’,1)”; onmouseout=”votio_unhover(‘star_223′,1’Same with the closing “/” tag:
Line 207, column 143: end tag for “img” omitted, but OMITTAG NO was specified…ouseover=”votio_hover(‘star_223’,1)”; onmouseout=”votio_unhover(‘star_223’,1)
You may have neglected to close a tag, or perhaps you meant to “self-close” a tag; that is, ending it with “/>” instead of “>”.
Line 207, column 0: start tag was here
<img src=”https://www.idiotonastick.com/talk/wp-content/plugins/starv.gif” id=”st
Line 207, column 368: character “;” not allowed in attribute specification list
…mouseover=”votio_hover(‘star_223’,2)”; onmouseout=”votio_unhover(‘star_223’,2
a?‰
Line 207, column 369: end tag for “img” omitted, but OMITTAG NO was specified
…ouseover=”votio_hover(‘star_223’,2)”; onmouseout=”votio_unhover(‘star_223′,2)’
Any suggestions on how I can fix it? Thanks.
- The topic ‘Votio Plugin not Validating’ is closed to new replies.