Can anyone tell me how to create the below structure using div
views:
54answers:
1
+3
A:
If you need a table, use a table. Just because tables shouldn't be used for layout, it doesn't mean they can't be used anywhere. Using divs for this purpose will give you lots of unmanageable and messy code.
Tatu Ulmanen
2010-07-01 11:04:27
yes i have seen many people that are using div to show tabular data and at the end it becomes a messy code.
Adeel
2010-07-01 11:19:12
True the code will be little unmanageable as this is not a layout for the page instead i need this as layout for my list view items, if i will use nested tables for this page will be heavy....any help would be great.
Ashwani K
2010-07-01 11:27:34
Actually, tables can be very concise. It's a common misconception that tables increase file size. I've seen many div workarounds that have many many lines of superfluous code.
Rimian
2010-07-01 11:57:46