I have re-developed our website recently and want the actinic store to look like it is part of the site - even though it is on a different server.
I know I can't use SSI so I have adapted the ACT_Primary.html file to include common components (trad banner across top of screen and menu on the left).
I have a few outstanding problems though...
Anyone have any ideas?
EDIT: Sorry, shoudl add this is version 5 Actinic Catalog.
I know I can't use SSI so I have adapted the ACT_Primary.html file to include common components (trad banner across top of screen and menu on the left).
I have a few outstanding problems though...
- The changes to ACT-Primary.html only seem to affect the .pl pages - does that mean I have to manually adjust the other pages (index.html, gifts.html etc)?
- One div on the screen (left side, 175px wide) has a background image all through our site, but this will not show up. Maybe I'm incorrectly referencing the image? My code is
Code:<div id="left" style="z-index: 1; position: absolute; left: 0px; top: 0px; width: 175px; padding: 1em; height: 370px; background-image:url('goldsidepanel.jpg"); visibility: visible"; background-repeat:no-repeat;" >
- Although I have tried to define the font face and sizes in a style command within the <head> section, they are ignored - not sure why?
Anyone have any ideas?
EDIT: Sorry, shoudl add this is version 5 Actinic Catalog.
Comment