Im using a header page as a top frame with links to the home page, info, about us, and also the catalog main page in a frame below.
The links on the top frame are all targetted to the main frame below.
The whole site works fine and stays within the frames ... the checkout buttons stay within the frame, the refresh or forwarding pages stay within the frame ...but ..
the continue shopping button breaks out of the framed site and is then missing the main navigation links from the header frame !
is there a way to keep this continue shopping in the same frameset as the rest of the site ?
can I take my header page and easily import or add it to the catalog so the header section is there on every page ?
thanks to anyone in advance ...
will keep reading and fiddling in the meantime
What about taking it out of frames? OR you could always make a copy of the top frame page and call it "top_new.htm" and then upload it to: http://www.hunter-boardstore.com/hunter/top_new.htm which is the page the actinic frameset is looking for.
Or am i missing something here?
Or if you don't want the catalog body page to be displayed at all, do what i suggested erlier and forward them to the page you wish
I suggest putting your store into framed mode - in 'Design | Options | Miscellaneous'.
You can then edit 'Act_FrameSet.html' to configure your frames as required, and then put all the code for your navigation in 'Act_FrameNavBar.html'. This should sort you out.
Comment