When you are in EDIT mode on your blogger, there should be some kind of button that says HTML and that switches you to CODE view.
the code to insert a link is:
<a href="http://google.com" target="_blank">name here</a>
Replace the
google.com with the link to the site.
Replace "name here" with a display as name for your link.
Example
If I want to link to the Class Yes page, my code would be:
I love using <a href="http://wholebrainteaching.com/Whole-Brain-Teching/First-Steps/Attention-Getter-Class-Yes.html" target="_blank">Class Yes</a>. It ROCKS!
and that would display as:
I love using
Class Yes. It ROCKS!