Karissa
06-01-2003, 04:14 AM
I have the text area I want now, but I still have a problem. How do you use html in the text area?
Example: I would like to make some of the text italic but whenever I put <i></i> around the text, it shows the tags in the text.
wyliekyote
06-01-2003, 10:46 AM
are you sure this doesn't work?
<xmp><textarea><i>YOURTEXTHERE</i></textarea>
If it doen't, then I don't know why :(
wyliekyote
06-01-2003, 10:47 AM
Sorry, forget the <xmp> tag. I meant -
<textarea><i>YOURTEXTHERE</i></textarea>
starlet
06-01-2003, 03:16 PM
Text areas are for text, you cant use html in them.
sebluver
06-01-2003, 03:33 PM
You would have to use an Iframe to have it be a textarea with html...
MaGiCSuN
06-01-2003, 03:36 PM
or get an special textarea that does allow HTML:
<ilayer name="scroll1">
<div id="scroll3"
style="width:100;height:75;
background-color:COLORHERE;
overflow:auto">
TEXT HTML TEXT HTML
</textarea></div>
Love,
Mirna
Miette
06-03-2003, 11:30 PM
Thanks MaGiCSuN. I was going to ask the same question, but I read your answer :D It's been really helpful