Jon Tan wrote: > The <span> use instead of <div> was to allow for semantic class names > as per http://www.microformats.org/wiki/hcard. Maybe it's also > personal preference but I would always seek to minimise the block > level grouping elements in my mark-up.
span or div, if the purpose of wrapping these lines is just to make them behave as block elements, then why not wrapping only 2 our of 4? <address> <div>The Secretary</div> Your Club <div>PO Box 999</div> Anytown VIC 3000 </address> Thierry | www.TJKDesign.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 ******************************************************
