Pages

Thursday, February 7, 2008

To Answer the Links In Comments Question

I would answer the comment of rt-d2 "Is there a good way to do links in comments like this?" in the comments section but there isn't enough room.

To link the comment "My Comment" to the webpage "http://slashdot.org/" you write this in the comments section:
@<@a href="http://slashdot.org/">My Comment@<@/a>
Just remove all the @ signs. (I had to insert them so the blog didn't turn the above expression into a link.)

This produces the result:
My Comment

Edit: Sorry, I now fixed the above. :)

6 comments:

To add a link to text:
<a href="URL">Text</a>