Hi there,
I'm developing http://www.soroptimist-gbi.org/acatalog/ for a client with Developer v6. It required lots of customisation of the templates to get it to match the main site I designed, and some of the code is still a bit ropey, but anyway...
My problem is that the base href in the cgi-bin (so for the trolley, the checkout pages and the search results pages) is completely blank. This doesn't cause any problems in the lovely Mozilla, but it means that in Internet Explorer none of the images or stylesheets are loading in these pages.
I have been scouring these forums and found lots of potential fixes. Most of the other threads related to the base href being set wrongly, but the problem I have is that it's not being set at all - it just comes out as '<BASE HREF="">'. I have tried the fixes suggested anyway, but none of them have solved the problem. The fixes I've tried are:
- ensuring the stylesheet is called "actinic.css"
- placing copies of stylesheets and images in the cgi-bin
- purging all session files in Help | Troubleshooting | Purge Files
- checking Act_Primary.html uses '<Actinic:BASEHREF value="NETQUOTEVAR:BASEHREF"/>
I read about adding ACTINIC_REFERRER to the querystring of links, but that question was referring to the base href being set wrong when visitors are following links into a product from an entirely different site. Surely I don't have to add the ACTINIC_REFERRER to the links from the Catalog pages to the Checkout pages, and all the "Add to trolley" buttons, etc?
I would be really grateful if someone could tell me what I'm missing!
Thank you,
Lizzy
I'm developing http://www.soroptimist-gbi.org/acatalog/ for a client with Developer v6. It required lots of customisation of the templates to get it to match the main site I designed, and some of the code is still a bit ropey, but anyway...
My problem is that the base href in the cgi-bin (so for the trolley, the checkout pages and the search results pages) is completely blank. This doesn't cause any problems in the lovely Mozilla, but it means that in Internet Explorer none of the images or stylesheets are loading in these pages.
I have been scouring these forums and found lots of potential fixes. Most of the other threads related to the base href being set wrongly, but the problem I have is that it's not being set at all - it just comes out as '<BASE HREF="">'. I have tried the fixes suggested anyway, but none of them have solved the problem. The fixes I've tried are:
- ensuring the stylesheet is called "actinic.css"
- placing copies of stylesheets and images in the cgi-bin
- purging all session files in Help | Troubleshooting | Purge Files
- checking Act_Primary.html uses '<Actinic:BASEHREF value="NETQUOTEVAR:BASEHREF"/>
I read about adding ACTINIC_REFERRER to the querystring of links, but that question was referring to the base href being set wrong when visitors are following links into a product from an entirely different site. Surely I don't have to add the ACTINIC_REFERRER to the links from the Catalog pages to the Checkout pages, and all the "Add to trolley" buttons, etc?
I would be really grateful if someone could tell me what I'm missing!
Thank you,
Lizzy
Comment