> Then you could have something like this:
> <dl>
> <dli>
> <dt>Albatross</dt>
> <dd>A sea bird</dd>
> <dd>A tasty snack at the movies</dd>
> </dli>
> <dli>
> <dt>Swallow</dt>
> <dd>Coconut delivery system</dd>
> </dli>
> </dl>
What's wrong with
<ul>
<li>
<dl>
<dt>Albatross</dt>
<dd>A sea bird</dd>
<dd>A tasty snack at the movies</dd>
</dl>
</li>
<li>
<dl>
<dt>Swallow</dt>
<dd>Coconut delivery system</dd>
</dl>
</li>
</ul>
?
Patrick
________________________________
Patrick H. Lauke
Webmaster / University of Salford
http://www.salford.ac.uk
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************