Hi all,
I have also used the code for NEXT_SECTION_URL and PREV_SECTION_URL in my primary template. However, I would love to be able to rename the actual section name to the words: "Next" and "Previous" as it is confusing to the eye. Is there any way to do this? The cose as you know it is:
<table width="100%" border="0" cellspacing="0" cellpadding="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>
Thanks.
I have also used the code for NEXT_SECTION_URL and PREV_SECTION_URL in my primary template. However, I would love to be able to rename the actual section name to the words: "Next" and "Previous" as it is confusing to the eye. Is there any way to do this? The cose as you know it is:
<table width="100%" border="0" cellspacing="0" cellpadding="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>
Thanks.
Comment