Working with text in frontpage!

G

Guest

I am working on a web page and would like to have a page with a text box in
it that has a scroll bar. How do I get that scroll bar without the box being
editable.
 
T

Thomas A. Rowe

In HTML/Code View you would add "readonly" without the quotes to the textarea tag. This not
supported in all browsers.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guest

Thanks Thomas. So much simpler than I thought.

Thomas A. Rowe said:
In HTML/Code View you would add "readonly" without the quotes to the textarea tag. This not
supported in all browsers.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top