PDA

View Full Version : Help with description box


chris ashdown
16-May-2003, 02:45 PM
At present I have a item in V6 which has as normal a full description.

What I want to do is print a special offer in red coloured text below the normal description.

I have tried inserting


TEXT TEXT TEXT etc.

<HTML>
<BODY TEXT="#FF0000">
<P>Special Price till the end of June 2003 </P>
</HTML>

But the site fails to recognise it as a html command.

I have about 30 minutes of HTML experience so expect I am doing something stupid

Regards

Chris :confused:

NormanRouxel
16-May-2003, 02:55 PM
Actinic uses !!< and >!! to begin and end custom HTML so you should be adding something like:-

!!<<P><font color="red">Special Price till the end of June 2003 </font></P>>!!

Norman

chris ashdown
16-May-2003, 02:57 PM
Many thanks Norman

I will give it a try

I owe you a pint

Chris:p