<dt><a href="dish_spoon.html" ... >Dish runs away with spoon</a></dt> <dd>The mystery continues as crockery takes to the streets...</dd> Works as a definition list in a semantically comforting way? Am I wrong?
If the material in your <DD> is actually an *extract* from the story being linked to, you could alternatively do it as a <BLOCKQUOTE> inside an <LI>
<ul>
<li><a href="dish_spoon.html" ... >Dish runs away with spoon</a>
<blockquote>
The mystery continues as crockery takes to the streets...
</blockquote>
</li>
</ul>with a <P> tag around the <BLOCKQUOTE> content if you're going STRICT...
------------------------------------------------------------
"Have You Validated Your Code?"
John Horner (+612 / 02) 9333 2110
Senior Developer, ABC Online http://www.abc.net.au/
------------------------------------------------------------****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
