Text

L

Louis

Hello,
How do I create a text box with that has stuff that has have written
but is not editble to a vistor. It would have a scrollbar.
Thanks
 
M

Murray

<textarea... readonly="readonly">Neener neener - you can look but you can't
touch</textarea>
 
M

Murray

Wait, lemme check W3C....

--
Murray

in message I thought the <neener></neener> tags were depreciated.


Murray said:
<textarea... readonly="readonly">Neener neener - you can look but you
can't
touch</textarea>
 
Top