How do I insert a scrollbox

G

Guest

How do I insert a scrollbox,like a box on the page that you can scroll down
to see text
 
R

Ronx

One solution is:

<div style="width:400px; height:300px; margin-left:100px; overflow:auto;
border:1px solid red;">
<!-- Content goes here -->
</div>


Copy above into Code View, Adjust the width, height and margin to suit
your design.

Note that when you add text in design view the box will stretch
vertically without scroll bars, but will be correct when previewed in
browser.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 

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