Usually when one clicks on a link, the window will be directed to the link. However, if you want your blog to stay when your visitors do so, add this extra line to the <a> tag:
Example:
| <a href="http://simple-blogger-tips.blogspot.com" target="_blank">VISIT!</a> |
In Firefox, both of these lines will open a new tab. It might differ depends on the web browser you're using.
