Theres no such thing as a dumb question!
Heres a tip, semantic code means using tags for the purpose they are meant to be used for eg: <H1> to <H6> for headings, <UL><LI></LI></UL> for unordered lists and in your case for tabular data:
<table summary=""> <caption></caption> <tr> <td></td> </tr> </table>
Neerav Bhatt http://www.bhatt.id.au Web Development & IT consultancy Mobile: +61 (0)403 8000 27
http://www.bhatt.id.au/blog/ - Ramblings Thoughts http://www.bookcrossing.com/mybookshelf/neerav
Ryan Sabir wrote:
Hi all,
Is there a best-practice way to build an item display with multiple columns, but without using tables?
What I want to do is build something like this:
Name Price Quantity Edit Delete Apple $5.00 25 [edit] [delete] Pear $4.00 3 [edit] [delete] Banana $12.00 5 [edit] [delete]
But without cluttering the HTML with table layout data...
Or is this a case where its better to bite the bullet and just do it in a table...?
I'm new here to please be gentle if this is a dumb question :)
thanks, bye!
-----------------------
Ryan Sabir
Newgency Pty Ltd
2a Broughton St
Paddington 2021
Sydney, Australia
Ph (02) 9331 2133
Fax (02) 9331 5199
Mobile: 0411 512 454
http://www.newgency.com/index.cfm?referer=rysig
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
