Still no content in my frames pages

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

Guest

Hi - I wrote earlier today about not being able to view my frames pages when
my site was published (the non frame pages were ok)....I was told the
following (see below), and made the changes BUT my issue remains. Any help?

www.projectkayak.com

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
 
The paths are still not correct. The should all start with pages/ Ex:

src="pages/sun_pics_thumbs.htm

or in the case of boat building it should be

pages/boat_building

You need to get the paths right for the frames to appear
 
Thanks.....I actually got it to work after much trial and error...it seems I
had base locations identified, which I shouln't have. Oh well. Live and learn.
 
Back
Top