forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: nodestination on July 16, 2016, 01:54:12 pm

Title: text color
Post by: nodestination on July 16, 2016, 01:54:12 pm
I am having problem with text color. In languages, I added text in registration. By default ( in css) is black. I want the added portion to "stand up". I change the font size, bold and color, but change to white only. Does not want to change to red. My tag "<h1><b><text bgcolor="#FF0000">. I try "font bgcolor" tag and that did  not work. Is the css not allowing me to change that added text?. Did let me change to white. Look at http://linuxosg.org and press on Register. Thanks.
Title: Re: text color
Post by: Αndré on July 16, 2016, 02:01:30 pm
Try
Code: [Select]
<font color="red">instead of
Code: [Select]
<text bgcolor="#FF0000">
Title: Re: text color
Post by: nodestination on July 16, 2016, 02:08:55 pm
Thanks. I change to <font color="#FF0000"> and works. Look like I am going blind. I miss one "0". I was looking at that code for 15min and did not saw my mistake.
I guess that I need a reading glasses. Sorry for bugging you.