Announcement

Collapse
No announcement yet.

'Previous' and 'Next' button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    'Previous' and 'Next' button

    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>
    Attached Files

    #2
    Originally posted by mac
    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...

    Comment


      #3
      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

      Comment


        #4
        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
        Nadeem Rasool
        SellerDeck Development

        Comment

        Working...
        X