How to insert links from frames to a html page in Frontpage 2003

G

Guest

My whole site is in html in frontpage, I have placed five pages
(photogallery) using frames, I am finding difficulty in giving links to the
Home page. How can I put a link to my home page through the framepages? Pl
Help.
 
A

Andrew Murray

You need to set the 'target frame' to have the page(s) open in - done
thorugh the hyperlink properties dialogue.

So if you have a frame with the page "menu" your menu links must link to
"home" with a target of "main" (if that's the name of your main-page frame).
 
R

Ronx

If you home page is not a framed page, then set the frame target in the
links to _top

In code view the link will be
<a href="../index.htm" target="_top">Home</a>
Where "../index.htm" is the path to the home page.
 

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