Announcement

Collapse
No announcement yet.

text colours

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

    text colours

    good afternoon all

    www.thatcameraplace.co.uk

    on my website i have various digital cameras and i have added a link to connect to our memory card page. i would like to change the colour of that text only.
    any ideas please

    thanks

    #2
    The easiest way to effect a change of colour for the text on specific products is to add in:

    !!<<font color="red">>!!
    Normal text content
    !!<</font>>!!

    i.e. in the full description area add the starting !!<< etc and at the end of the normal text the closing tags.

    Which will assign the colour to the text you assign.

    The other way is created an ammended product template and add the <font color="red"> and ending </font> directly around the PRODUCTTEXT marker, but if you are using CSS then you may need to create new bits within the CSS file and associated by class instead.

    Some ideas

    Comment


      #3
      That link is defined in Design / Text / Phase -1, ID 1191. If you change it to

      <A HREF="%s" style="color:red">

      You'll get a quick and dirty effect like you want. The correct way would be to add some CSS to your Act_Primary.html and refer to that class in the above tag.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X