PDA

View Full Version : 'Previous' and 'Next' button


mac
18-May-2005, 11:27 PM
I have 30 products in one page. I want to have 10 in each page.
I have created 'Previous' and 'Next' and it works Fine. But I like to know if i can insert an IMAGE instead. See attached.
if so how? Thanks. ;)

<a href="NETQUOTEVAR:PREV_SECTION_URL">
<<< PREVIOUS
</a>


<td align="right">
<a href="NETQUOTEVAR:NEXT_SECTION_URL">
NEXT >>>
</a>

Big Daftie
19-May-2005, 10:28 AM
I have 30 products in one page. I want to have 10 in each page.
I have created 'Previous' and 'Next' and it works Fine. But I like to know if i can insert an IMAGE instead. See attached.
if so how? Thanks. ;)

<a href="NETQUOTEVAR:PREV_SECTION_URL">
<<< PREVIOUS
</a>


<td align="right">
<a href="NETQUOTEVAR:NEXT_SECTION_URL">
NEXT >>>
</a>
Have you tried using and <IMG SRC= tag?

<a href="NETQUOTEVAR:PREV_SECTION_URL"><img src="path-to-your-image" width="width" height="height"></a>

Think that should work...

carolinef
19-May-2005, 11:28 PM
Thanks Mac for steering me to this thread, only one problem when using the URL if the product is at the top or bottom of the section no link appears whereas with the image it appears even when their is nothing to link to.

Oh well another problem to solve.

Thanks again

Caroline, not normally up this late but my kid has become an insomniac

Nadeem
23-May-2005, 03:44 PM
Hi Caroline,

I'm afraid what you have seen on the above is the disadvantage of using a image file with the previous and next section links.

Kind Regards