View Full Version : how 2 link the two together


krumbum
08-21-2004, 09:19 AM
hi, i need help. i've started my site ok, and iv made 2 pages, 1 the home and 1 just another page problem is i dont know how 2 link the two together! can you help? :)

Sheila
08-21-2004, 10:42 AM
<a href="http://address you want text to link to">Name Of Page Here</a>

Chris
08-21-2004, 10:48 AM
You can also add an "alt tag" which means that when the user puts the cursor over the link and waits, a yellow description box will appear. Here is the code:


<a href="http://www.yourwebsite.com/page1.html" title="Description goes here">Name of page here</a>

Chris