How to put a hyperlink in a comment
Hey All,
I thought I'd add some info about how to 'tweak' the blogger comment field so you can create a hyperlink. I cannot show you the code of how to do this because it always comes out as the hyperlink, but guide on how to use code for hyperlinks, and other nifty things, is at this W3C page. The blogger comment field doesn't accept all of them though.
Late News: I've just figured out how to do it. Here it is:
Linking with a word:
<a href="http://www.google.com.au">Google</a>
Linking with a word, but to open in another browser window:
<a href="http://www.google.com.au" target="_blank">Google</a>
0 Comments:
Post a Comment
<< Home