Announcement

Collapse
No announcement yet.

Changing text colour in CSS

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

    Changing text colour in CSS

    Hi all,

    I've added the code for displaying the current stock level, does anyone know how to make this display in a different colour? Basicially I'd like this to display in red :
    We currently have <actinic:variable name="StockLevel" /> in stock.
    Thanks for any help
    http://www.bobnbootzmodels.co.uk

    #2
    use this instead

    <span style="color:red"><actinic:variable name="StockLevel" /></span>
    "If my answers frighten you then you should cease asking scary questions"

    Comment

    Working...
    X