Patrick H. Lauke wrote:

3 pieces of information per item, so a table is probably the most appropriate way of marking this up.

While in theory you are probably right, practically speaking, a list is easier to style.


For example:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
<head>
<title></title>
<style type="text/css">
* {margin : 0; padding : 0;}
dl {border : 1px solid #000;}
dt, dd {border-top : 1px dashed #000;}
.first {border-top-style : none;}
dl {width : 80%;}
dt {float : right; width : 55%; clear : both;}
dd.date {float : left; width : 20%;}
dd.name {font-weight : bold;} </style>
</head>
<body>
<dl>
<dt class="first"><a href="smcallboardpost.php?1101958717.xml">[MSU-CallBoard-SM] Blues Reminders 12-1</a></dt>
<dd class="date first">Thu, 02 Dec 2004</dd>
<dd class="name first">PSM - H. Gleissner</dd>


<dt><a href="smcallboardpost.php?1101874469.xml">[MSU-CallBoard-SM] Blues Rehearsal Report 11-30</a></dt>
<dd class="date">Wed, 01 Dec 2004</dd>
<dd class="name">PSM - H. Gleissner</dd>


<dt><a href="smcallboardpost.php?1101827768.xml">[MSU-CallBoard-SM] Blues Reharsal 11-29</a></dt>
<dd class="date">Tue, 30 Nov 2004</dd>
<dd class="name">PSM - H. Gleissner</dd>
</dl>
</body>
</html>



-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 265.4.6 - Release Date: 12/5/2004

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