No content in frame pages when published?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have 6 page site that I just created in FP 2000. 3 of the pages are frame
pages where I have thumbs on the left which link to bigger pics that appear
in the main frame on the right. The top frame is just a heading with links to
the other pages. It seems to work fine in FP view mode, but when I publish it
the pages are blank (white) but you can see the outline of the frames. Why is
it doing this? the other 3 pages without frames publishes fine. The web
server has FP extensions installed.

www.projectkayak.com
 
Have you checked the target paths of the frame page? It might be trying to
pull it from a different folder than where the separate pages are from.
 
Hi,
The paths to your frames are wrong - in your frameset you have
<frame name="contents" target="main"
src="../../www.projectkayak.com/pages/sun/sun_pics_thumbs.htm"
scrolling="auto">
this should be
<frame name="contents" target="main" src="sun_pics_thumbs.htm"
scrolling="auto">

Fix the other 2 frames the same way and you should be in business

Cheers,
Jon
 
Thanks for the info. I will make the changes when I get home from work
tonight and hopefully get this thing up and running. It was driving me nuts!!

Thanks again.
 
Back
Top