Posted by _Skare_Krow_ on 04/26/07 05:28
I have a database with three columns. One is an atomic number, one is a
pic url, and the other is a description. What I'm having trouble doing
is putting the url in one table row and the description in another table
row right below it like this...
<tr> <td> some pic url</td> <td> other pic url</td></tr>
<tr><td> some descripts </td> <td> other descript </td></tr>
whilest limiting the rows to about 10 cells each,,....
any ideas?
Aaron
[Back to original message]
|