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
******************************************************

Reply via email to