Quote:
|
Originally Posted by Lost
Are you trying to output the art gallery in an HTML table?
|
Yes, and place the results in the following configuration:
<table>
<tr>
<td colspan=4 align=center valign=bottom>
[rresult 1]</td>
<td>[result 2]</td>
<td>[result 3]</td>
<td>[result 4]</td></tr>
<tr>
<---This should repeat the above until all pix are shown--->
The other way I could display would be in 4 columns if that would be easier to configure.
Thanks for any help you can provide!