|
need some html help with AUTOGALLERY SQL
trying to get about 6 or 7 images going across in a row then starting a new row but it doesnt seem to work.... here are the parameters...
<table align="center" width="800">
<%CATEGORIES
AMOUNT All
HTML <tr><td align=center><a href="##Page##"><img src=http://www.solo-girlz.com/##Name##.jpg border=0 width=90 height=120><br>##Name##</a></td>
ORDER Name
%>
</tr></table>
or also if i do this below, then it just starts over with the first name again....
<table align="center" width="800"><tr>
<%CATEGORIES
AMOUNT 6
HTML <td align=center><a href="##Page##"><img src=http://www.solo-girlz.com/##Name##.jpg border=0 width=90 height=120><br>##Name##</a></td>
ORDER Name
%>
</tr></table>
by the way the site is solo-girlz.com
__________________
I like Boobs.
|