Created •
How do you create links to other stumblers in your comments?
Creating links to other stumblers - or any other web page - is quite easy. All you need to do is insert a piece of HTML code either side of the word that you want to make into a link, like this:
Here is a link to Geoff - he is one of the founders of Stumbleupon.
The code used to create the example above looks like this:
Here is a link to <a href="http://geoff.stumbleupon.com/">Geoff</a> - he is one of the <a href="http://www.stumbleupon.com/founders.html">founders</a> of Stumbleupon.
Note that the words that form the links : Geoff and founders have an "HTML tag" either side of them. This is very important, be sure to follow these examples exactly or you may get some surprising results!
You should also note that it is important to put to the http:// bit in front of the stumbler's address. If you don't, something very different happens, as in this example:
Here is a link to Geoff - he is one of the founders of Stumbleupon.
Here is a link to <a href="geoff.stumbleupon.com/">Geoff</a> - he is one of the <a href="http://www.stumbleupon.com/founders.html">founders</a> of Stumbleupon.
Another quick way to create a link to another stumbler - or any other web page - is to simply type (or copy and paste) the address of their page straight into your comments, like this:
http://geoff.stumbleupon.com
and you will get this result:
  geoff.stumbleupon.com [geoff.stumbleupon.com]

