I ran the usual home page test in w3.org and I get this error for all three of my slide show images.
Line 117, Column 129: end tag for "img" omitted, but OMITTAG NO was specified
…rdroom table" src="/sites/all/themes/bluemasters/images/slide-image-1.jpg">
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
I do not see any errors in the source files and cannot see what I need to do to change this. I checked other sites using blue masters and have seen similar errors there too.
How do I fix this?
Comments
Comment #1
Oceanman commentedThis is the code from my /sites/all/themes/bluemasters/page--front.tpl.php
Comment #2
Oceanman commentedDoes anyone have this working without W3.org errors? May I see your code? Thanks!!
Comment #3
pwhiteside commentedHi,
I have mine ok, www.signingsensations.com I only get an error on an external source.
Here is the code used.
I hope this helps.
Best wishes, Phil.
Comment #4
Oceanman commentedLike magic! Thanks Phil, I found the error. I was missing a slash.
In the
<div class="image_reel">for the following href codeYou have this at the end of the code:
/></a>I had this:
></a>You have to have the slash to close the element and please W3.org
Thanks again for posting your code.
Comment #5
pwhiteside commentedNo problem, I'm glad it helped.