In Frontpage, how do i add a scrollbar?

G

Guest

I just started using Frontpage 2003, and Im trying to make a textbox with a
scrollbar. So far I have done the website in layout cells, and I cant quite
figure out how to insert my data into the space I allocated without a scroll.
Is there a way to easily doctor my site to do this?
 
L

larrybud2002

michelle said:
I just started using Frontpage 2003, and Im trying to make a textbox with a
scrollbar. So far I have done the website in layout cells, and I cant quite
figure out how to insert my data into the space I allocated without a scroll.
Is there a way to easily doctor my site to do this?

Are you talking about a TEXTAREA form element? If so a textarea will
have a scroll bar if required.
 
A

Andrew Murray

if you mean the VML "textbox" I don't know if you can add a scroll bar. VML
is only viewable in IE browsers. Try an Inline Frame....
 
G

Guest

Im not trying to make a form, i just wanted a box to display my text
information that has a scrollbar (i dont want a huge sized page-but theres a
lot of words) It seems really basic, i just cant figure out how to add it.
 
R

Ronx

Try this:

<div style="padding:2px;margin:0;overflow:auto; width:300px;
height:200px; border:red solid 1px;">text goes here</div>

Change the dimensions and / or border to suit your design.
 

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