Some Prompt Here
Cross
How to make a website link work in cre8buzz blog posts Posted 10 months ago
digg
delicious
stumble
reddit

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>
&lt;a href="http://blog.ijhedges.com"&gt;Failure is the Key to Success&lt;/a&gt;
</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>
&lt;a href="http://blog.ijhedges.com"&gt;http://blog.ijhedges.com&lt;/a&gt;
</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>
&lt;a href="http://blog.ijhedges.com" title="Failure is the Key to Success"&gt;Failure is the Key to Success&lt;/a&gt;
</pre></b>
where title becomes the text you get when you hover over the link.


Recent Comments

15012008318
milan said (7 months ago)
really useful. Thanks man.
Ijh
ijhedges said (10 months ago)
Ooops! Looks like an update to the site has broken this. :(
Headshot
Keith said (10 months ago)
Thanks for the info. Will be rating it high!
Moon
Jackal said (10 months ago)
Very useful ! Thank you!

Please login to comment.

Back