I keep getting <Actinic.../> tags filtering through to the pages of my uploaded site, even though I have the "Compact HTML..." option ticked.
The main ones that are puzzling me are:
1)<Actinic:BASEHREF .../>
This filters through raw on some pages (e.g. home, a section page) in the form:
<Actinic:BASEHREF VALUE="http://myurl.co.uk/acatalog/"/>
But on other pages (e.g. checkout) it has come through as the proper HTML code <BASE HREF="http://www.myurl.co.uk/acatalog/">
All of my Act_Primary*.html files contain the same line
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
Why is it sometimes coming through as the raw <Actinic:.../> tag?
2)<Actinic:NOWSERVING .../>
I keep getting all of these <Actinic:NOWSERVING/> <Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/> filter through to the final HTML. Can I change something in the Actinic GUI to stop this, or should I just remove them from the relevent Act_*.html files (as my customer will not use customer logins)?
Thanks in advance,
click-through.
The main ones that are puzzling me are:
1)<Actinic:BASEHREF .../>
This filters through raw on some pages (e.g. home, a section page) in the form:
<Actinic:BASEHREF VALUE="http://myurl.co.uk/acatalog/"/>
But on other pages (e.g. checkout) it has come through as the proper HTML code <BASE HREF="http://www.myurl.co.uk/acatalog/">
All of my Act_Primary*.html files contain the same line
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
Why is it sometimes coming through as the raw <Actinic:.../> tag?
2)<Actinic:NOWSERVING .../>
I keep getting all of these <Actinic:NOWSERVING/> <Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/> filter through to the final HTML. Can I change something in the Actinic GUI to stop this, or should I just remove them from the relevent Act_*.html files (as my customer will not use customer logins)?
Thanks in advance,
click-through.
I have tried both of these recently and was trying to design actinic sites using css based design. I have really got into my standards over the past year (mostly due to Zeldman) and have tried in vain to implement css based sites using actinic but to little success
Comment