Have spent a good amount of time looking into this but cant find where the problem stems from
When you view our site online the homepage and the acatalog/index.html page when you view the source code has a large amount of probably about 25 lines of code pointing to the css file, just above the closing </head> tags.
our site homepage is:
I know this is coming from the act_primary.html and the act_brochureprimary.html actinic template files.
Within the template page of both the actinic files there is this code:
So it must be generated from this piece of code somewhere????
Anyone enlighten me on this??
When you view our site online the homepage and the acatalog/index.html page when you view the source code has a large amount of probably about 25 lines of code pointing to the css file, just above the closing </head> tags.
Code:
<link href="acatalog/page.css" rel="stylesheet" type="text/css">
Code:
http://www.dutchwest.co.uk
Within the template page of both the actinic files there is this code:
Code:
<!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW --> <!-- Placeholder of cookie checking javascript code. Do not remove it! --> <Actinic:COOKIECHECK/> <!-- The NETQUOTEVARs below can be uncommented for getting raw section lists: 1. Top level section list 2. Section list from current level and all children 3. The whole section tree The rest covers the standalone structure members for each array - e.g. if you only need sName or sURL from an array. See the documentation for details. NETQUOTEVAR:TOPLEVELSECTIONS_RAW NETQUOTEVAR:CHILDSECTIONS_RAW NETQUOTEVAR:SECTIONTREE_RAW NETQUOTEVAR:SECTIONTREE_NAMES NETQUOTEVAR:SECTIONTREE_URLS NETQUOTEVAR:SECTIONTREE_IMAGES NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS NETQUOTEVAR:SECTIONTREE_SECTIONIDS NETQUOTEVAR:TOPLEVELSECTIONS_NAMES NETQUOTEVAR:TOPLEVELSECTIONS_URLS NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS NETQUOTEVAR:CHILDSECTIONS_NAMES NETQUOTEVAR:CHILDSECTIONS_URLS NETQUOTEVAR:CHILDSECTIONS_IMAGES NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS The section level can be accessed through: NETQUOTEVAR:SECTIONLEVEL --> <!-- The NETQUOTEVARs below can be uncommented and moved to the appropriate location to save and load shopping lists <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save Shopping List</B></I></FONT></A> <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load Shopping List</B></I></FONT></A>--> <!--@act NETQUOTEVAR:SECTIONTREE_RAW --> <!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW -->
Anyone enlighten me on this??
Comment