View Full Version : Text Areas


aimeesheep
04-26-2004, 06:44 PM
Heya. I've tried to put a text area on my web page, but it coming up so that people can click in the box and type whatever they want and delete my text too. Is there anyway I can fix it so that the text can't be edited?

pb&j
04-26-2004, 06:57 PM
try adding this to the TEXTAREA tag...

readonly="readonly"

aimeesheep
04-26-2004, 08:22 PM
Thanks, I'll try it! :D