On Thu, Aug 04, 2005 at 11:37:09AM -0600, Ryan Lym wrote: > I am working on a project that has not been posted yet. I used the > "Son of Suckerfish Dropdowns" (see www.htmldog.com). I had > multipule unordered lists imbedded together, on the third one your > validator showed an error. Below is a copy of the original code: > Agenda/Minues</font></a></li> <ul> <--validator showes error > on this line--> <li><a class="button" href="agen2004.html" It would have helped if you'd told us /what/ the error was, but I think I can make a pretty good guess. <ul> elements can have <li> elements as children, not nothing else. Here you have a <ul> which is the child of a <ul>. Nested lists need to go inside a list item, not directly inside the list. -- David Dorward http://dorward.me.ukReceived on Friday, 5 August 2005 12:16:17 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:52 UTC