|
Post by stinky666 on Jan 2, 2006 11:08:41 GMT -5
What is the code to change the text are input bit on my forum? I only want the background bit to change color, not the text please... Like as i am writing this message, this input are is like a blueish grey color... (i think, im kind of color blind lol) I was given this code on PB Support, but it didnt/doesnt work. It doesnt do anything what so ever... It doesnt seem to work.... Ive now removed the code so it isnt on their... I want it so the post are and everything is a different color.. The bit when you are typing your reply post/message <style type="text/css"> <!-- textarea {color: 242424; } --> </style> Thanks in advance
|
|
|
Post by Ross on Jan 2, 2006 13:46:21 GMT -5
The background color would be the HEX color in red and the text color would be the one in blue. Would go in the Global Header:
<style type="text/css"> <!-- textarea { background-color: E4E4E4; color: 000000; } --> </style>
|
|
|
Post by Bradley on Jan 2, 2006 14:17:05 GMT -5
It's better not to use the # on proboards. Firefox gets confused and screws up all the colors if you mix using them and not using them.
|
|
|
Post by Ross on Jan 2, 2006 15:28:59 GMT -5
See, it's that firefox again I've removed them oh high and mighty bradley
|
|
|
Post by stinky666 on Jan 2, 2006 15:47:17 GMT -5
Works great, thanks
|
|