try sticking some line height on the <a> tag like 140% or something. that
might work.
jackie
----- Original Message -----
From: "Tony Crockford" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, July 20, 2006 3:26 PM
Subject: Re: [WSG] Link spacing in UL
Paul Bennett wrote:
What about using a definition list?
Thanks, but A) it's a pig to style (I can't seem to get each di to
display as a list item for a start
B) it's not really a definition list, semantically
is it really a list item?
given that you have a full paragraph of text and a link, I'd have thought
it was more semantically a definition list (if you have several of these
groups) or more likely
<div>
<p></p>
<a></a>
<div>
and dl's don't have di's (if that isn't a typo)
<dl>
<dt>The paragraph</dt>
<dd><a></a></dd>
<dt>The paragraph</dt>
<dd><a></a></dd>
<dt>The paragraph</dt>
<dd><a></a></dd>
<dt>The paragraph</dt>
<dd><a></a></dd>
</dl>
would be much cleaner code. than a ul with list items containing two
elements.
;o)
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
__________ NOD32 1.1668 (20060719) Information __________
This message was checked by NOD32 antivirus system.
http://www.eset.com
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************