1) Script Title: All levels menu generator
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex.../generator.htm
3) Describe problem: This line fails the W3C validator:
<validator output>
Bad value ddsubmenu1 for attribute rel on element a: The string ddsubmenu1 is not a registered keyword or absolute URL.
<li><a href="/dev/index.shtml" rel="ddsubmenu1">Products</a></li>
Syntax of link type valid for <a> and <area>:
A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki, or must be an absolute URL. You can register link types on the Microformats wiki yourself.
</validator output>
Perhaps one way would be to change the offending link to an absolute URL, but I don't know how to do that. I'm using an SSI for this section, so I can reuse it on every page.
Btw, the lines that don't have submenus validate fine.
Any help appreciated!
Thanks,
cardioid
Bookmarks