Announcement

Collapse
No announcement yet.

Help with description box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help with description box

    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
    Chris Ashdown

    #2
    Actinic uses !!< and >!! to begin and end custom HTML so you should be adding something like:-

    Code:
    !!<<P><font color="red">Special Price till the end of June 2003 </font></P>>!!
    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Many thanks Norman

      I will give it a try

      I owe you a pint

      Chris
      Chris Ashdown

      Comment

      Working...
      X