Hi,
I am making a page that display data from a database such as products.
I am able to display 1 product per row but I want to be able to display 3 products per row.
How can I do this?
Thanks.
displaying rows
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
One more question, would you like the table to be ordered like:
or
Code: Select all
1 | 2 | 3
4 | 5 | 6
7 | 8 | 9Code: Select all
1 | 4 | 7
2 | 5 | 8
3 | 6 | 9- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London