text color text color
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.