How can i color my text?¡

watsonovedades

Supreme Member
Joined
Mar 10, 2011
Messages
1,244
Reaction score
364
Hi BHW
im building a website for a customer, its a price lists
i want to add color red to the old price and green to the the promotional price
i try to use <style> tag but my code gets broken

This is my site so far
http://grupowayseer.com/farmaciakino/

you can see my failed attempt on the list

any advice?

i want the text on the same line

THanks
 
So you try <font color="red">This is some text!</font> and it gets broken?
 
Also try this:
<font style="color:white; padding:0 5px 0 5px; background-color:green; font-weight: bold;">$12.95</font>
 
Very Little Issue mate
try The red color code #ff0000 ;)
 
Back
Top