Rob Enslin
Mon, 11 Aug 2008 01:31:37 -0700
Hi James, My understanding is that if the content is tabular data / data list in nature then tables should be used. If your page had a dynamic element to it - say being able to sort your product by price then the best way to mark it up is by tables (IMO)... with JS. Would be interesting to get other views... Rob 2008/8/11 James Jeffery <[EMAIL PROTECTED]> > Here is the current mark-up > > <h3>Body Art</h3> > <table> > > <caption>Body Art Price List</caption> > > <thead> > <tr> > <th>Product</th> > <th>Price</th> > </tr> > </thead> > > <tbody> > <tr> > <td>Small (writing only, per letter)</td> > <td>£10</td> > </tr> > > <tr> > <td>Large (writing only, per letter)</td> > <td>£20</td> > </tr> > > <tr> > <td>Small (single color)</td> > <td>£40</td> > </tr> > > <tr> > <td>Medium (single color)</td> > <td>£80</td> > </tr> > > <tr> > <td>Large (single color)</td> > <td>£110</td> > </tr> > > <tr> > <td>Small (3 colors)</td> > <td>£90</td> > </tr> > > <tr> > <td>Medium (3 colors)</td> > <td>£180</td> > </tr> > > <tr> > <td>Large (3 color)</td> > <td>£250</td> > </tr> > </tbody> > </table> > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > ******************************************************************* > -- / Rob Enslin / enslin.co.uk / twitter.com/robenslin / +44759 052 8890 ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************