Got a bit of a weird one here. For some reason, the 'next' links are not showing up correctly;
<< EDITED AFTER I FOUND A FIX >>
...note how they go to places like;
http://domain.com/search.cgi?isValidated=Yes;query=seattle;d=1&nh=2
... which obviously doesn't exist :( (missing cgi-bin)
The template codes are;
<!-- Next/Previous links if spanning pages. -->
<tr><td colspan=2 align=right><%body_font%>
<small>Pages: <%next%></small>
</td></tr>
<%endif%>
Anyone got any ideas?
TIA
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
<< EDITED AFTER I FOUND A FIX >>
...note how they go to places like;
http://domain.com/search.cgi?isValidated=Yes;query=seattle;d=1&nh=2
... which obviously doesn't exist :( (missing cgi-bin)
The template codes are;
Code:
<%if next%> <!-- Next/Previous links if spanning pages. -->
<tr><td colspan=2 align=right><%body_font%>
<small>Pages: <%next%></small>
</td></tr>
<%endif%>
Anyone got any ideas?

TIA
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!