text color text color
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

text color

Started by nodestination, July 16, 2016, 01:54:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nodestination

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.

ΑndrĂ©

Try
<font color="red">
instead of
<text bgcolor="#FF0000">

nodestination

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.