text color text color
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

text color

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

Previous topic - Next topic

0 Members and 2 Guests 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.