Announcement

Collapse
No announcement yet.

Problem with creating links to Previous/Next Sections

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

    Problem with creating links to Previous/Next Sections

    I have inserted the following text into my Primary template

    <table width="100%" border="0" cellspacing="0">

    <tr>
    <td><a
    href="NETQUOTEVAR;PREV_SECTION_URL">NETQUOTEVAR:PREV_SECTION_NAME</a></td>

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

    </tr>
    </table>


    and now although it shows the next section title it doesn't redirect you to it, what have I done wring now?

    my website is www.mustardcards.com

    thank you to anyone who can help!

    #2
    looks like a simple typo


    NETQUOTEVAR;PREV_SECTION_URL

    should be

    NETQUOTEVAR:PREV_SECTION_URL

    and same with NEXT

    its the dot dot (semi colon) not the dot comma <s>

    Comment


      #3
      thank you very much, so simple really!

      Comment

      Working...
      X