Soo close to having my entire website complete (to the point of everything on it functioning), and only one more obsticle remains, pages.
Now, I understand everything about how I can make it just like another webpage, and getting all of those pages set up, but I don't know how to get the links to those pages (using HTML stuff) to work. If anyone could tell me those steps, so I can get my webpage presentable.
Thanks
Webpage links
- Ratballista
- Regular Poster
- Posts: 138
- Joined: Mon Nov 28, 2005 6:33 pm
- Location: Seeking other Mountian Pauls
- Contact:
- Rkolter
- Destroyer of Words (Moderator)
- Posts: 16399
- Joined: Tue Jun 24, 2003 4:34 am
- Location: It's equally probable that I'm everywhere.
- Contact:
You really, REALLY need to check out any of the many free html tutorials on the internet.
Basically, it goes like this:
Basically, it goes like this:
Code: Select all
<a href="filename.html">text of link</a>
Like this:
<a href="bio.html">Check out my bio!</a>
or like this:
<a href="http://www.yourcomichere.com/bio.html">My bio!</a>
- Ratballista
- Regular Poster
- Posts: 138
- Joined: Mon Nov 28, 2005 6:33 pm
- Location: Seeking other Mountian Pauls
- Contact: