Posted by skinnybloke on 12/23/05 16:25
Hi - can anybody point me to a tutorial to do the following:
I am running a SQL SELECT statement which returns the URL addresses of
images which when clicked on will link to another page - no problem in
doing that.
What I am having difficulty in is lining these up in a html table 3
images across the page.
i.e.
<table>
<tr>
<td>image</td>
<td>image</td>
<td>image</td>
</tr>
<tr>
<td>image</td>
<td>image</td>
<td>image</td>
</tr>
</table>
Any help would be appreciated.
Navigation:
[Reply to this message]
|