mistieroze
06-03-2003, 05:38 PM
Is there any way to make a textbox with different colors of fonts? I'm looking to make a text area that can be scrolled though. In that text area will have font in different colors and styles. It needs to have a scroll bar on the side. I have no clue how I would get this to work. The only thing I can see happening is if I had all the text in the box one color, but I need more than one color. Any help would be greatly appreciated. Thanks
BlackRose
06-03-2003, 08:34 PM
<textarea ROWS=5 COLS=15
style="background:COLOR"
style="font-family:FONT"
style="color:COLOR HERE"
style="border style:solid">
TEXT TEXT</textarea>
try this =)
mistieroze
06-03-2003, 10:19 PM
yea see that will make all the text in the box oine color. But I wanted to make the text more than one color.
BlackRose
06-03-2003, 10:21 PM
ah use this then...
<ilayer name="scroll1">
<div id="scroll3"
style="width:100;height:100;
background-color:white;
overflow:auto">
TEXT HTML TEXT HTML
</textarea></div>
its like a normal text box but u can use HTML in it =)