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

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,964
  • Latest: stylix
Stats
  • Total Posts: 195,962
  • Total Topics: 21,317
  • Online today: 1,804
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 420
  • Total: 420

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...

This website is proudly hosted on Crocweb Cloud Website Hosting.