I hope a fresh set of eyes / brains can work this small but very annoying problem out for me.
In my Act_footer.html I have put a graphic at the bottom with a link to an anchor which takes you to the top of the page.
(the same anchor 'top' is at the top of each template).
<CENTER><A href="#top"><IMG width="584" src="back.gif" height="22" border="0" alt="Top"></A></CENTER>
In my act_primary I have the NETQUOTEVAR:FOOTER at the bottom of the template.
This works as it should, I am getting the graphic where it should be and it links to the top of which ever page you are on.
My problem is that you cannot use NETQUOTEVAR:FOOTER within any checkout or brochure templates (correct me if I'm wrong but I did try it and it just shows the text 'NETQUOTEVAR:FOOTER' on the generated pages.
I therefore simply added the same graphic and same link (actually the same line of code as above) to the bottom of by brochure and checkout pages
The brochure pages work fine but the checkout pages do not link to the top of the page you are currently viewing.
The link on the picture on the checkout pages has somehow changed to http://www.myurl.co.uk/acatalog/#top
What is putting the acatalog infront of the top tag?
I have tried all sorts of things but cannot work this one out.
In my Act_footer.html I have put a graphic at the bottom with a link to an anchor which takes you to the top of the page.
(the same anchor 'top' is at the top of each template).
<CENTER><A href="#top"><IMG width="584" src="back.gif" height="22" border="0" alt="Top"></A></CENTER>
In my act_primary I have the NETQUOTEVAR:FOOTER at the bottom of the template.
This works as it should, I am getting the graphic where it should be and it links to the top of which ever page you are on.
My problem is that you cannot use NETQUOTEVAR:FOOTER within any checkout or brochure templates (correct me if I'm wrong but I did try it and it just shows the text 'NETQUOTEVAR:FOOTER' on the generated pages.
I therefore simply added the same graphic and same link (actually the same line of code as above) to the bottom of by brochure and checkout pages
The brochure pages work fine but the checkout pages do not link to the top of the page you are currently viewing.
The link on the picture on the checkout pages has somehow changed to http://www.myurl.co.uk/acatalog/#top
What is putting the acatalog infront of the top tag?
I have tried all sorts of things but cannot work this one out.
Comment