Quote:
Originally Posted by horvy
p.s. ill pay someone who can help
|
Hit me up tomorrow and I'll help you out. You need an INSERT statement to add the row tags and you should be using the GALLERIES directive, and some other things.. something more like:
Code:
<br />
<table width="600" border="0" align="center" class="thumbtable" cellpadding="3" cellspacing="3">
<tr valign="top">
<td colspan="4" class="header">Nude Art Hall Of Fame</td>
</tr>
<tr>
<%GALLERIES
HASTHUMB 1
TYPE Permanent
FORMAT Any
CATEGORY Mixed
AMOUNT 48
SPONSOR Any
HTML Thumb2
GLOBALDUPES False
PAGEDUPES False
ORDER (Clicks/Build_Counter) DESC
REORDER (Clicks/Build_Counter) DESC
GETNEW False
FILL False
DESCREQ False
MAXAGE 3
INSERT
{
LOCATION +4
HTML </tr><tr valign="top">
}
%>
</tr>
</table>