Have been modifying the ACT_BrochurePrimary.html page on our website
And trying to add the product search facility onto the page.
If you view the attached image you will see that when Actinic uploads the site all I can see where the product search box should be is:
NETQUOTEVAR:SIMPLESEARCH
I looked at the code on the ACT_Primary.html page and looks identical so what am I missing?
The code used on the BrochurePrimary.html page is
As you can see the code is very simple, so no idea why this does not work?
Any ideas???
And trying to add the product search facility onto the page.
If you view the attached image you will see that when Actinic uploads the site all I can see where the product search box should be is:
NETQUOTEVAR:SIMPLESEARCH
I looked at the code on the ACT_Primary.html page and looks identical so what am I missing?
The code used on the BrochurePrimary.html page is
Code:
<table width="172" border="0" cellpadding="0" cellspacing="1" class="navborder"> <tr> <td class="accessorytablemain" align="center"> NETQUOTEVAR:SIMPLESEARCH </td> </tr> </table>
Any ideas???
Comment