View Full Version : HTML Text Box


dan8
03-11-2003, 02:28 PM
I was wondering if there's a text box that allows you to use HTML tags like <b> and <u>. When I put these tags in a normal text box they show up.
Also, is there a way so that you cannot edit the contents of a text box. With the one I have, you can delete all that's inside of it.

Thanks

Sheila
03-11-2003, 02:32 PM
iframe - http://www.lissaexplains.com/frames.shtml#inline

div - http://www.``````````````/divtutorial.shtml


So people can't delete stuff in a text area, I believe you add readonly to the textarea code.

dan8
03-11-2003, 04:56 PM
Thanks very much!!!