Hi,

I'm trying to remove the indentation from my <DD> element. Text-indent
does not seem to do the trick. Any suggestions?

If you're curious, I'm trying to make a family tree (an actual tree) with CSS:
<dl>
 <dt>
  <a href="casey.html">me</a>
  <a>wife</a>
 </dt>
 <dd>
  <a>child1</a>
  <a>child2</a>
  <dl>
   <dt>
    <a>child3</a>
    <a>daughter in law</a>
   </dt>
   <dd>
    ...Grandchildren
   </dd>
  </dl>
 </dd>
</dl>

Thanks!
 - Casey
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to