![]() |
|
|
+ Search |
![]()
|
Jan 15th, 2002 12:54
Nathan Clute, Jim Skipper,
Another solution is to set the textbox's Locked property to True. A locked textbox cannot be edited, but can still be scrolled and read bu a user. Also you could just create it inside a division. using... <div style="width:400; height:300; overflow-x:hidden; overflow- y:scroll; cursor:hand"> Your text here.</div>