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

Re: Page length by Ronx

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


Re: Page length by veziof

veziof
Mon May 05 10:08:04 CDT 2008

On 5 Mag, 15:20, "Ronx" <ronx...@hotmail.com> wrote:
> Change width and height values to suit your layout.

thanks

another question: how do I change the layout (width and height) of the
pages? I've selected the option to share top and left border but I
don't understand how to make the layout fixed so that when I open any
page with a browser I can see it centered in the middle of the screen.
Shall I change the margins?

thanks again