- From: Pat La Claire <excalib!sparcy!pat@ucsd.edu>
- Date: Fri, 22 Sep 95 13:51:02 PDT
- To: www-talk@w3.org
- Cc: ljgate!John_Melson
I am trying to remove (reduce) the line space between the term and the
definition in a definition list. I have tried the COMPACT attribute
with the <DL> tag and it does not accomplish this (maybe due to the
browser?). Any ideas? (The browser is Netscape 1.2).
ex,
-----------------------
<DL COMPACT>
<DT> Tag1
<DD> The text for Tag1
<DT> Tag2
<DD> The text for Tag2
</DL>
-----------------------
looks like,
-----------------------
Tag1
The text for Tag1
Tag2
The text for Tag2
-----------------------
and I would prefer it look something like,
-----------------------
Tag1
The text for Tag1
Tag2
The text for Tag2
-----------------------
Thanks in advance,
Pat La Claire
Excalibur Technologies
pat@excalib.com
Received on Friday, 22 September 1995 17:12:32 UTC