kwilliams06
04-11-2006, 05:48 AM
I understand how to make my page link out to another site, how do I make the page link back to my page? Any help I will appreciate!! You guys have been a wonderful help!!
|
View Full Version : HTML page links kwilliams06 04-11-2006, 05:48 AM I understand how to make my page link out to another site, how do I make the page link back to my page? Any help I will appreciate!! You guys have been a wonderful help!! Paco 04-11-2006, 09:13 AM Say you are on your home page (also called index), and you want to go to say your jokes page you will put something like <a href="jokes.html">Jokes</a> then if you want to go back your home page (also called index) you need to put <a href="index.html">Home</a>. You need to make sure that your homepage is called index other wise it wont show up. |