SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
SI - Site Forums : Test Your HTML Here Before You Post It! -- Ignore unavailable to you. Want to Upgrade?


To: donpat who wrote (5111)1/15/2014 11:33:40 AM
From: donpat  Respond to of 5408
 
Actually it is the NIGHTLY version of FF.



To: donpat who wrote (5111)1/15/2014 12:10:15 PM
From: SI Dmitry (code monkey)  Respond to of 5408
 
Click "Raw Text" to look at the source code. I added underscores so the code wouldn't be processed and you can see what is going on.

This is red[_/color] posted from FireFox
[_color=FF0000]This is red[_/color] posted from FireFox

This is red posted from Other browsers
[_color=#FF0000]This is red[_/color] posted from Other browsers

Firefox omits the # sign. This prevents the color from rendering.



To: donpat who wrote (5111)1/15/2014 12:11:55 PM
From: SI Dmitry (code monkey)  Respond to of 5408
 
Click "Raw Text" to look at the source code. I added underscores so the code wouldn't be processed and you can see what is going on.

This is red[_/color] posted from FireFox
[_color=FF0000]This is red[_/color] posted from FireFox

This is red posted from Other browsers
[_color=#FF0000]This is red[_/color] posted from Other browsers

Firefox omits the # sign. This prevents the color from rendering.

Probably some browser specific quirk I'll have to fix in our editor.

In the meanwhile, if you want it to work in FF, add back in the # sign in the source.