Page cut off

  • Thread starter Thread starter Bill
  • Start date Start date
B

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
 
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).
 
where do i go to change them

Ronx said:
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
 
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
 
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
 
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

<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="72%"
id="AutoNumber3" height="267">

To

<table border="1" cellpadding="5" cellspacing="0"
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
 
Back
Top