Snuffy!
09-14-2000, 10:22 AM
This is something that has been bothering me for ages. When most people have a page, and you go into a new section of the page, just say you go into a "links" section, usually the page will be something like
http://www.examplepage.com/links.html
That's good, because it means you can give someone that url, and they can go directly to the links section. But when I make a page, just say it's something like
http://www.mypage.com
every time i go into a new section of my page, it stays in the same address. What I mean is, if I click on a "games" section, it will go to that section, but it will still be
http://www.mypage.com
instead, i want it to be
http://www.mypage.com/games.html
i don't understand how to make it go into seperate pages in the address.
The only things I can think of, that i'm doing wrong, is in my index.html, or the way i link to a new section. I'll show you the way I do it.
this is my index.html
HTML><TITLE>The page of Snuffalufagus</TITLE>
<FRAMESET COLS="18%,82%">
<FRAME NAME="A" SRC="left.html">
<FRAME NAME="B" SRC="main.html">
</FRAMESET>
</HTML>
And this is the way I link to new sections
<br><A HREF="games.html" TARGET="B"><IMG SRC="games.jpg"Border="0"><a/></h3>
this was a very hard question to type out, so i'm sorry if it is confusing, or doesn't make any sense.
http://www.examplepage.com/links.html
That's good, because it means you can give someone that url, and they can go directly to the links section. But when I make a page, just say it's something like
http://www.mypage.com
every time i go into a new section of my page, it stays in the same address. What I mean is, if I click on a "games" section, it will go to that section, but it will still be
http://www.mypage.com
instead, i want it to be
http://www.mypage.com/games.html
i don't understand how to make it go into seperate pages in the address.
The only things I can think of, that i'm doing wrong, is in my index.html, or the way i link to a new section. I'll show you the way I do it.
this is my index.html
HTML><TITLE>The page of Snuffalufagus</TITLE>
<FRAMESET COLS="18%,82%">
<FRAME NAME="A" SRC="left.html">
<FRAME NAME="B" SRC="main.html">
</FRAMESET>
</HTML>
And this is the way I link to new sections
<br><A HREF="games.html" TARGET="B"><IMG SRC="games.jpg"Border="0"><a/></h3>
this was a very hard question to type out, so i'm sorry if it is confusing, or doesn't make any sense.