P psycho_ninja_soulreaper23 Guest Apr 24, 2009 #1 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?
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?
M m12 New member Apr 24, 2009 #2 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
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