Riddle me this HTML Code Batman

Chimpie

Well-known member
Okay, that was just a sad title line. Anyway...

I'm trying to create an indented sublist within a list for our Rules page. Check out:
http://www.emtlife.com/faq.php#rules
Scroll down to Fair Use Principal

I coded it as:
PHP:
<ul>
<li>The title of the source your are referencing</li>
<li>No more than three paragraphs of the quoted material; (never quote the entire article)</li>
<li>A hyperlink back to the source</li>
<li>If you cannot provide a hyperlink back to the source (for example, in such cases of a document, magazine or newspaper) please provide:</li>
<ul>
<li>The name of the publication</li>
<li>Author</li>
<li>Date published</li>
<li>Page number of source</li>
</ul>
</ul>
but HTML Validator is kicking it back saying the second <ul> is wrong.

How am I supposed to properly code this?

Chimpie
 
Top Bottom