This is doing my head in:
Why does this in a layout code:
<li><a href="<actinic:variable name="ActinicTermsAndConditionsLink" />">Terms</a></li>
Produce this in the preview html?
<li><a href="<div align="center"><h3><A HREF="http://www.actinic.co.uk/selling-online/make-money.htm"><font size=1>Make Money Selling Online With Actinic</font></a></h3></div>">Terms</a></li>
I cannot yet find where or how to edit the "ActinicTermsAndConditionsLink" variable. I have searched the forum for a while but am not finding any matching strings to help.
I am re-designing an existing site using pure Page Layout using css layers and all css is under my control - do variables somehow get their own css?
Why does this in a layout code:
<li><a href="<actinic:variable name="ActinicTermsAndConditionsLink" />">Terms</a></li>
Produce this in the preview html?
<li><a href="<div align="center"><h3><A HREF="http://www.actinic.co.uk/selling-online/make-money.htm"><font size=1>Make Money Selling Online With Actinic</font></a></h3></div>">Terms</a></li>
I cannot yet find where or how to edit the "ActinicTermsAndConditionsLink" variable. I have searched the forum for a while but am not finding any matching strings to help.
I am re-designing an existing site using pure Page Layout using css layers and all css is under my control - do variables somehow get their own css?
Comment