Click to See Complete Forum and Search --> : W3 validation
chesswill
05-17-2006, 07:02 AM
I have just altered my sitemap to add another level but now it is not html compatible. The part I have added is under furniture
I want it to look more or less as it does but to be compatible with the W3 validator.
http://www.gordonengraving.co.uk/sitemap.html
drhowarddrfine
05-17-2006, 09:23 AM
Under cherrycot, you are missing the ending </li>
chesswill
05-18-2006, 05:32 AM
I have changed the missing </li> but still is does not pass
NogDog
05-18-2006, 08:12 AM
I think you want to move the </li> after "Furniture" thusly:
<li> <a href="Perspex/perspexfurniture.html">Furniture</a>
<ul>
<li> <a href="Perspex/illusionstables.html">Illusions table</a></li>
<li> <a href="Perspex/perspextable.html">Coffee table</a></li>
<li> <a href="Perspex/bins.html">Award winning bin</a></li>
<li> <a href="Perspex/weddingsweetier.html">Sweet display</a></li>
</ul>
</li> <!-- end of furniture list item -->
</ul>
chesswill
05-18-2006, 08:39 AM
Thanks nodog, it's worked