Ronx
Mon May 05 08:20:58 CDT 2008
Use a scrollable div:
<div style="width:600px; margin: 0 auto; height: 350px; overflow:
auto;">Scrollable content goes here</div>
The scroll bars will be added if they are required. To always show
scroll bars, use overflow: scroll; instead of overflow: auto; .
Note that if the browser portal is not tall enough for the page, 2
vertical scroll bars will be shown - 1 for the whole page, plus 1 for
the scrollable div.
Change width and height values to suit your layout.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"mikka766@gmail.com" <mikka766@gmail.com> wrote in message
news:4b4c3348-9381-45da-8431-96dde3373a4c@m44g2000hsc.googlegroups.com:
> Hi.
>
> I have a problem with a website that I'm editing with Frontpage.
>
> The length of each page is different, so I was wondering if I can set
> one standard length and for the longer pages insert a scroll bar to
> read the pat of the text that does not fit in the fixed length.
>
> How can I do it?
>
> Thanks