Hi, I want to include navigation buttons on my home page, but am unable to work out how to achieve this - can anyone help? Many thanks, Sue Cuthbert.
Announcement
Collapse
No announcement yet.
Navigation buttons on home page?
Collapse
X
-
This is the second time today to refer someone to this thread for help with basically the same question. Always try a search for your answer before posting and let it be known that you've tried (or you'll anger the Gods of code that reside within).
http://community.actinic.com/showthread.php?t=18563
c
-
Hi Sue,
I achieved getting my shop navigation down the left side of my brochure pages by editing the 'Act_BrochurePrimary.html' template (Advanced | Template Manager | Brochure tab' (click 'Change View' if you do not see the tabs) | Primary button) and search for:
Code:<table width="100%" border="0" cellspacing="0" cellpadding="5" height="100%"> <tr> <td background="palette3bg.gif" valign="top" width="160><br> </td>
Code:<table width="100%" border="0" cellspacing="0" cellpadding="5" height="100%"> <tr> <td background="palette3bg.gif" valign="top" width="160"> NETQUOTEVAR:NAVBSITEMAP<br> NETQUOTEVAR:NAVBINFO<br> NETQUOTEVAR:NAVBSEARCH<br> NETQUOTEVAR:NAVBCART<br> NETQUOTEVAR:NAVBCHECKOUT<br> NETQUOTEVAR:NAVBMAIL </td>
********************
Tracey
SellerDeck
Comment
Comment