Frontpage page return to home page

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

Guest

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

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

Back
Top