View Full Version : Text area help


ladiie__piink
08-12-2006, 12:45 AM
I want to create text boxes using this code:

<textarea>text here</textarea>

But the problem is, I can't bold, italize, underline etc. inside the box. Does anyone know the code for a scrolling text box where you can edit HTML?

Thanks to anyone who helps!!

GDxSweetChildren
08-17-2006, 05:21 PM
THiS iS THE ONE i USE, && YOU CAN PUT BOLD, iTALiCS, && UNDERLiNE WORDS iN iT i USE iT iN THE ABOUT ME SECTiON && iTS SURE TO WORK


<div style="border: 2px solid rgb(0, 0, 0); width: 200px; height: 100px; overflow: auto;">Put whatever you want in here</div>