ChyneseVintage
07-21-2004, 04:18 AM
How can I add color to the blank,border,and the font of the post in ur chatterbox..like how can I make the border of the blank where you type words in before you post it BOLD...??? or change the color of the bg in the blank and the color of the font...Thanx in advance...
JiNgLeBeLLz77
07-21-2004, 12:32 PM
hmm... i'm a little confused... but i *think* this is what you mean :)
<style type=text/css>
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 2px solid #CCCCFF;
font: normal 8pt arial;
background-color: transparent;
color: #CC99FF;
}
</style>