TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 12:20:42 PM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 80
  • Total: 80

Flashchat Block Text Color

Started by bhunted, February 28, 2006, 04:58:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bhunted

Anyone know a simple way to change text color in a php block?
I have flashchat users list in one and it comes out black but rather it be white because the theme is dark...

Any help be appreciated...  :-\

crip

You might could try adding something like <div text style="red">&&&&&&&&&&&&&</div>  ?

bhunted


bhunted

All I want to happen is the Flashchat users block to be white....I tried adding above before and after the php code. Didn't work...

This is the code I use:

global $boardurl;
echo '
<iframe frameborder="0" height="100" src="', $boardurl, '/chat/info_embedded.php" style="width:100%;  font color: white; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>';

crip

add here above everything:
___________
Above it yes

bhunted

Opps, messages crossed. Your's is blank after the colon? ???

crip

Maybe this way with a hex?

global $boardurl;
echo '
<iframe frameborder="0" height="100" src="', $boardurl, '/chat/info_embedded.php" style="width:100%;  font color=#ffffff; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>';

bhunted

Tried that already along with all the other typical html tricks... Got to be another way.... ugh..

crip

Possibly change the background color.. this is a tuff one..lol..

I'm also trying this on my Chat block..will keep at it.. there is a solution for every problem.. :)


bhunted

Got it partially figured out. Changed/added a different color to the embedded info php file...
But the users still come through black...