Shoutbox

Links - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Links (/showthread.php?tid=59573)

Links by welshboy222 on 05-20-2006 at 04:18 PM

How do I make this into a link that goes somewhere?
<li><a href="index.html" title="link">link</a></li>

where do I put the link like for eg.

<li><a href="index.html" title="link">link</a></li>

I want put google.co.uk where do I put it?


RE: Links by stoshrocket on 05-20-2006 at 04:34 PM

please dont double post, use the edit button :)

if you wanted to create a link to google, it would be as follows:

code:
<a href="http://www.google.com/" title="link">text that shows on the webpage</a>

tip: have a read through http://www.w3schools.com goto their html tutorial, its very good
RE: Links by Nathan on 05-20-2006 at 06:26 PM

code:
<a  href="www.google.co.uk">or like this</a>


RE: RE: Links by rav0 on 05-21-2006 at 04:04 AM

quote:
Originally posted by Nathan
code:
<a  href="www.google.co.uk">or like this</a>


It should have "http://" at the begining of it, and "/" at the end. Many browsers will understand what it hsould be, but it's better to have it proper in the first place.
RE: Links by Nathan on 05-21-2006 at 10:03 AM

Sorry, I just quickly typed it :P I always foget about teh http:// bit :P