PLEASE IGNORE THIS POST, IT NO LONGER WORKS.
Have you ever wanted to be able to make a link in a post clickable?
You know, when you have added a link like http://blog.ijhedges.com and it just comes out as text.
Here's how to make it a bit more useful, for example here's a link to my blog<br> <a href="http://blog.ijhedges.com" title="Failure is the Key to Success">Failure is the Key to Success</a>.
<br><br>
All you need to do when making your post is replace the link <b>http://blog.ijhedges.com</b> with
<b><pre>
<a href="http://blog.ijhedges.com">Failure is the Key to Success</a>
</pre></b>
replacing the href=".." bit with your link and <i>Failure is the Key to Success</i> with the text you want. The text could be the link if you want like<br>
<b><pre>
<a href="http://blog.ijhedges.com">http://blog.ijhedges.com</a>
</pre></b><a href="http://blog.ijhedges.com">http://blog.ijhedges.com</a><br>
<br>
You can add a bit more like this
<b><pre>
<a href="http://blog.ijhedges.com" title="Failure is the Key to Success">Failure is the Key to Success</a>
</pre></b>
where title becomes the text you get when you hover over the link.


milan said (7 months ago)