I've created a custom version of Act_Primary to show the breadcrumb trail, followed by details of the section you're viewing, followed by the subsections/products.
However, it seems that Act_Primary doesn't recognise SECTIONNAME, even though it does recognise SECTIONIMAGE and SECTIONTEXT....
How can I make the section name appear in the table?
Mike
However, it seems that Act_Primary doesn't recognise SECTIONNAME, even though it does recognise SECTIONIMAGE and SECTIONTEXT....
Code:
... <table border=0 cellspacing=0 cellpadding=0> <tr> <td><img src="bc-arrow.gif" alt="" width="21" height="23" border="0"></td> NETQUOTEVAR:PARENTSECTIONSTOP </tr> </table> <BR> <table width="100%" bgcolor="whitesmoke" cellspacing=10> <tr> <td>NETQUOTEVAR:SECTIONIMAGE</td> <td><strong>NETQUOTEVAR:SECTIONNAME</strong><BR>NETQUOTEVAR:SECTIONTEXT</td> </tr> </table> <BR> NETQUOTEVAR:BULK ...
Mike
Comment