Click to See Complete Forum and Search --> : super simple


ar2stheshoe
12-24-2005, 02:08 AM
i just need box with scrollbars that poeple cant type into so its just my text with a scrollbar??

ar2stheshoe
12-24-2005, 02:15 AM
please

rhsunderground
12-24-2005, 02:20 AM
<textarea name="message" rows="5">Your message here.</textarea>

ar2stheshoe
12-24-2005, 02:22 AM
i said i dont want people to be able to type in it just what i put in the code

shmeeps
12-24-2005, 02:22 AM
If you mean textbox like the one that you typed your message into, then use


<textarea cols="80" rows="20" readonly>{YOURTEXT}</textarea>


That should work.

ar2stheshoe
12-24-2005, 02:27 AM
thank youou