Hi,
The following variable <Actinic:LOGOUT_SIMPLE/> produces: -
Does anyone know if it's possible to edit this, I don't mean on the finished page or by hard coding it, but the source?
I'm aware that in Design | Text I can edit 'Logout', but I want to get to the source, to allow me to change the colour of logout by adding <font...> around 'Logout'.
Is this possible?
Regards,
Andrew
The following variable <Actinic:LOGOUT_SIMPLE/> produces: -
Code:
<A HREF="http://trials.actinic.com/cgi-bin/bb100023.pl?ACTION=LOGOUT&SHOP=trlshop" TARGET="_self"><SPAN CLASS="actlogout">Logout</SPAN></A>
I'm aware that in Design | Text I can edit 'Logout', but I want to get to the source, to allow me to change the colour of logout by adding <font...> around 'Logout'.
Is this possible?
Regards,
Andrew
Comment