How can I get the <li> elements vertically aligned with the <dd> elements? For some reason the <li> elements are a few spaces to the right when compared to the <dd> elements.
...thanks!!!
Sample Code:
<td>
<dl>
<dt class="cLABEL">Owner:
<dd class="cDATA">Craig
<dt class="cLABEL">Dogs:
<dd>
<ul class="cLIST">
<li>fluffy</li>
<li>butch</li>
<li>fefe</li>
</ul>
<dt class="cLABEL">Cats:
<dd class="cDATA">blahblah
<dt>
</dl>
</td>
...thanks!!!
Sample Code:
<td>
<dl>
<dt class="cLABEL">Owner:
<dd class="cDATA">Craig
<dt class="cLABEL">Dogs:
<dd>
<ul class="cLIST">
<li>fluffy</li>
<li>butch</li>
<li>fefe</li>
</ul>
<dt class="cLABEL">Cats:
<dd class="cDATA">blahblah
<dt>
</dl>
</td>