Hello
I'm just in the process of making a website for a guy selling art. The artworks etc are stored in a database and I'm using PHP/mySQL to access and show the results.
Normally, I'd just show the results vertically down the page, however, he would like the results to be 3 per line.
for example
PHP Code:
+-----------------+-----------------------+--------------+
| | | |
| entry 1 | entry 2 | entry 3 |
| | | |
| | | |
+------------------+---------------------+------------- --+
and then to go down the page like that, that is, 6 entries would be displayed in 2 rows of 3 entries as above
Does anyone have any helpful pointers for this? Some code would be helpful, to demonstrate. Otherwise, some keywords to search Google with.
Thanks in advance, all help is much appreciated
hamish
__________________
Please login or register to view this content. Registration is FREE secure and fully automated computer data backup for small and medium sized companies.
Please login or register to view this content. Registration is FREE
Last edited by hamish; 06-04-2005 at 05:29 PM..
|