No content in frame pages when published?

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
 
G

Guest

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.
 
J

Jon Spivey

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top