Frontpage page return to home page

M

Mary C.

I know this is probably a simple question, but I need assistance. I have a
home page and on it I have hyperlinks to another page (frame). It comes up
but cannot return it to the home page. How would I put in a return to home
page, etc. I tried the navigation but didn't seem to work.

Thank you for any assistance.

Mary C. Lydon
 
J

JuanPabloGallardo

Hi,

What you need to do is a hyperlink on the target frame that will direct you
to your home.

Ex.
<iframe name="I1" src="home.htm">

and on page "home.htm" just add a link:
<a href="http://www.site.com/home.html">

Juan Pablo Gallardo
 
Top