When it comes to html how do i fix this problem?

  • Thread starter Thread starter psycho_ninja_soulreaper23
  • Start date Start date
P

psycho_ninja_soulreaper23

Guest
okay with html when you have a link inside a frame and when you click it the external link appears in the navigation pane how do you change so it goes elswhere?
 
The code for Hyperlinks is
(for other page) <A HREF="Your websites URL/Name of Page">

(for other website) <A HREF="Other websites URL/ Name of page if applicable">

(for area on current page) ( you will first have to divide your page into sections) <A HREF="Your websites URL/Name of Page#Name of Section">

If you just copy and paste the URL from your browser, you don't need to put the page name
 
Back
Top