Quote:
Originally Posted by Chingas
Maybe obvious to some, but how did you make the misleading link??
|
If you look at the code when you hit quote:
Code:
[ URL="http://en.wikipedia.org/wiki/Balderdash"]http://en.wikipedia.org/wiki/Marble_lathe[/URL][/QUOTE]
The text that is hyperlinked is not the same as the address that it is directed to.
A link normally looks like this:
Code:
[ URL="http://forum.calgarypuck.com/forumdisplay.php?f=3"]http://forum.calgarypuck.com/forumdisplay.php?f=3[/URL]
which produces:
http://forum.calgarypuck.com/forumdisplay.php?f=3
or like this:
Code:
[ URL="http://forum.calgarypuck.com/forumdisplay.php?f=3"]this[/URL]
which produces:
this
He just combined the 2 methods, making the second method look like the first.