Page cut off

Page cut off

am 07.04.2008 16:02:02 von bill

Hi all I really need some help. I can't seem to figure out why my pages are
getting cut off they look right on layout and preview but when i post them
and then go to website they are cut off. The web site is www.halcallu.com it
is not yet polished or on the real domain name

Re: Page cut off

am 07.04.2008 16:16:32 von Ronx

Looks like your i-frames are too small for the content. Change the
iframe properties to allow scrolling.

The pages are too wide for my monitor 1024px wide (even with the browser
opened to full screen).

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

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




"Bill" wrote in message
news:4326EF68-CAC6-4574-93FF-3B82BC86D7AF@microsoft.com:

> Hi all I really need some help. I can't seem to figure out why my pages are
> getting cut off they look right on layout and preview but when i post them
> and then go to website they are cut off. The web site is www.halcallu.com it
> is not yet polished or on the real domain name

Re: Page cut off

am 07.04.2008 16:45:00 von bill

where do i go to change them

"Ronx" wrote:

> Looks like your i-frames are too small for the content. Change the
> iframe properties to allow scrolling.
>
> The pages are too wide for my monitor 1024px wide (even with the browser
> opened to full screen).
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Bill" wrote in message
> news:4326EF68-CAC6-4574-93FF-3B82BC86D7AF@microsoft.com:
>
> > Hi all I really need some help. I can't seem to figure out why my pages are
> > getting cut off they look right on layout and preview but when i post them
> > and then go to website they are cut off. The web site is www.halcallu.com it
> > is not yet polished or on the real domain name
>
>

Re: Page cut off

am 07.04.2008 18:18:42 von Ronx

Open the offending page in FrontPage - I checked the menu page.
Right click to the left of the iFrame (which contains the menu) and
choose iFrame Properties.
Change the scrollbars dropdown from "Never" to "If needed"
Click OK and save the page.

Since you are using nested iFrames you may have problems finding the
offending pages - I suggest you rebuild the website using included files
instead of iframes. Using iFrames also makes it very difficult for your
customer to bookmark pages, and makes editing awkward. In FrontPage,
you can search (Edit->Find) all pages in code view for iframe, and edit
every page found.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

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




"Bill" wrote in message
news:F8696C81-6C66-44D3-A604-C912C6F57309@microsoft.com:

> where do i go to change them
>
> "Ronx" wrote:
>
> > Looks like your i-frames are too small for the content. Change the
> > iframe properties to allow scrolling.
> >
> > The pages are too wide for my monitor 1024px wide (even with the browser
> > opened to full screen).
> >
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "Bill" wrote in message
> > news:4326EF68-CAC6-4574-93FF-3B82BC86D7AF@microsoft.com:
> >
> > > Hi all I really need some help. I can't seem to figure out why my pages are
> > > getting cut off they look right on layout and preview but when i post them
> > > and then go to website they are cut off. The web site is www.halcallu.com it
> > > is not yet polished or on the real domain name
> >
> >

Re: Page cut off

am 08.04.2008 04:34:03 von bill

I am I better of to use tables what i don't want is the text moving when
people resize there browser thats what i am trying to do unless you know of a
better why .... thanks for all your help


"Ronx" wrote:

> Open the offending page in FrontPage - I checked the menu page.
> Right click to the left of the iFrame (which contains the menu) and
> choose iFrame Properties.
> Change the scrollbars dropdown from "Never" to "If needed"
> Click OK and save the page.
>
> Since you are using nested iFrames you may have problems finding the
> offending pages - I suggest you rebuild the website using included files
> instead of iframes. Using iFrames also makes it very difficult for your
> customer to bookmark pages, and makes editing awkward. In FrontPage,
> you can search (Edit->Find) all pages in code view for iframe, and edit
> every page found.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Bill" wrote in message
> news:F8696C81-6C66-44D3-A604-C912C6F57309@microsoft.com:
>
> > where do i go to change them
> >
> > "Ronx" wrote:
> >
> > > Looks like your i-frames are too small for the content. Change the
> > > iframe properties to allow scrolling.
> > >
> > > The pages are too wide for my monitor 1024px wide (even with the browser
> > > opened to full screen).
> > >
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > >
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > >
> > > "Bill" wrote in message
> > > news:4326EF68-CAC6-4574-93FF-3B82BC86D7AF@microsoft.com:
> > >
> > > > Hi all I really need some help. I can't seem to figure out why my pages are
> > > > getting cut off they look right on layout and preview but when i post them
> > > > and then go to website they are cut off. The web site is www.halcallu.com it
> > > > is not yet polished or on the real domain name
> > >
> > >
>
>

Re: Page cut off

am 08.04.2008 10:13:07 von Ronx

Your new layout is a huge improvement.
Change the main contents table to fixed width, rather than a % width,
and add some cell padding to bring the contents away from the border.
Also remove the height attributes from the tables - these will cause
problems in some browsers.

On the home page, Change

style="border-collapse: collapse" bordercolor="#111111" width="72%"
id="AutoNumber3" height="267">

To

style="border-collapse: collapse" bordercolor="#111111" width="690"
id="AutoNumber3">

The menu page requires some navigation added.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

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




"Bill" wrote in message
news:2AD2B82A-1AA0-4D30-A256-AB3BA9E9E631@microsoft.com:

> I am I better of to use tables what i don't want is the text moving when
> people resize there browser thats what i am trying to do unless you know of a
> better why .... thanks for all your help
>
>
> "Ronx" wrote:
>
> > Open the offending page in FrontPage - I checked the menu page.
> > Right click to the left of the iFrame (which contains the menu) and
> > choose iFrame Properties.
> > Change the scrollbars dropdown from "Never" to "If needed"
> > Click OK and save the page.
> >
> > Since you are using nested iFrames you may have problems finding the
> > offending pages - I suggest you rebuild the website using included files
> > instead of iframes. Using iFrames also makes it very difficult for your
> > customer to bookmark pages, and makes editing awkward. In FrontPage,
> > you can search (Edit->Find) all pages in code view for iframe, and edit
> > every page found.
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "Bill" wrote in message
> > news:F8696C81-6C66-44D3-A604-C912C6F57309@microsoft.com:
> >
> > > where do i go to change them
> > >
> > > "Ronx" wrote:
> > >
> > > > Looks like your i-frames are too small for the content. Change the
> > > > iframe properties to allow scrolling.
> > > >
> > > > The pages are too wide for my monitor 1024px wide (even with the browser
> > > > opened to full screen).
> > > >
> > > > --
> > > > Ron Symonds - Microsoft MVP (FrontPage)
> > > > Reply only to group - emails will be deleted unread.
> > > >
> > > > http://www.rxs-enterprises.org/fp
> > > >
> > > >
> > > >
> > > >
> > > > "Bill" wrote in message
> > > > news:4326EF68-CAC6-4574-93FF-3B82BC86D7AF@microsoft.com:
> > > >
> > > > > Hi all I really need some help. I can't seem to figure out why my pages are
> > > > > getting cut off they look right on layout and preview but when i post them
> > > > > and then go to website they are cut off. The web site is www.halcallu.com it
> > > > > is not yet polished or on the real domain name
> > > >
> > > >
> >
> >