PDA

View Full Version : How do i make my pages actually link to another page



Casio
16-03-2008, 07:58 PM
Right on Nikki.onehabbo.com i have page links at the top i need to know how to make it goto another page and actually how to make the page !

Hypertext
16-03-2008, 07:59 PM
<a href="mylink.html">MYLINKWILL BE VIEWED LIKE THIS</a>

change mylink.html to where u wanna go and MYLINKWILL BE VIEWED LIKE THIS to your link name

Casio
16-03-2008, 08:00 PM
How do i actuallty make the page on the hosting ?

Gangster
16-03-2008, 08:02 PM
How do i actuallty make the page on the hosting ?
if your using dw. Make the page, name it the name of your page then add .html at the end of it, then upload it to your host. the the url of that page will be www.yoursitedomain.com/yourpagename.html

Hypertext
16-03-2008, 08:03 PM
replace

<a href="#" class="nav">Home</a>
<a href="#" class="nav">Alterations</a>
<a href="www.habbo.co.uk/home/MARVO">Nikki's Habbo Home</a>with


<a href="index.html" class="nav">Home</a>
<a href="alterations.html" class="nav">Alterations</a>
<a href="www.habbo.co.uk/home/MARVO">Nikki's Habbo Home</a>

Want to hide these adverts? Register an account for free!