PDA

View Full Version : Text Colour


steveh
15-May-2003, 10:46 AM
First time user

I going to display the prices both inclusive and exclusive of VAT in our new site and I would like to display the VAT inclusive text in red.

I’m using Business 6 can anyone please help with this

Regards steveh

:confused:

cdicken
16-May-2003, 12:27 PM
This requires a change to the template for the price.

Open Act_ProductPrice.html (located within your 'Site1' or equivalent folder) and locate

NETQUOTEVAR:TAXMESSAGE

Replace this with

<font color="red">NETQUOTEVAR:TAXMESSAGE</font>

This should sort you out.