PDA

View Full Version : changing font colour for Price


kathynewman
09-Apr-2003, 06:32 PM
I want to change the colour of the font for the Price.

I have edited the product line template and managed to do this for the Product Name by putting the font code in as follows:
<font color="3399cc">NETQUOTEVAR:PRODUCTNAME</font>
but if I do this to NETQUOTEVAR:PRODUCTPRICE it has no effect.

Any suggestions?

TIA

Kathy

I-CC
09-Apr-2003, 09:42 PM
By placing a "<font color="#00cc99"><B>NETQUOTEVAR:PRODUCTPRICE</B></font>" sort of code around the NETQUOTEVAR works for us.

If you have tried this and it does not work then check the Price template provided within the Section template tab to see if it is using colour codes or being overidden by an <span command linked to a css file maybe.

hope this helps.

cdicken
10-Apr-2003, 10:14 AM
The filename of this template is Act_ProductPrice.html. Insert your <font> tags within the <span> tags there.

kathynewman
10-Apr-2003, 10:23 AM
Thanks - found it!

Kathy