Posted by Jon Slaughter on 04/27/07 01:02
I am trying to use two lists and the only behavior that I want just html is
to nest two ul's but use a <dd> tag in the list.
It does work but I'm not sure if <dd> is suppose to work with a ul?
I probably can mess with css to indent the text that <dd> is doing
automaticaly or use a ul with a dl nested inside but it seems much cleaner
using <dd>
the structure is basically
<ul>
<li>
<ul>
<li>
<dd>
/
/
/
/
Thanks,
Jon
[Back to original message]
|