Click to See Complete Forum and Search --> : Using Table


scottyrob
03-25-2006, 10:56 AM
Hi.
How would i go about this... I have IMAGE and PROD_YEAR being echoed from my database... how can i make it so that, using tables, i have 4 on one row, 4 on the next row and 2 on the last row (mysql LIMIT 10 is being used)?

Thanks, Fet!

LiLcRaZyFuZzY
03-25-2006, 12:54 PM
you have 4 what?

scottyrob
03-25-2006, 01:21 PM
4 records... I.e
Row 1 = image1,text1,image2,text2,image3,text3,image4,text4,
Row 2 = image5,text5,image6,text6,image7,text7,image8,text8,
Row 3 = image9,text9,image10,text10,

LiLcRaZyFuZzY
03-25-2006, 01:23 PM
and what it the problem now?

scottyrob
03-25-2006, 01:52 PM
I would like to make it so that it is a table and the data is show like i showed you above in stead of what i currently have

image1
text1

image2
text2

etc, etc