Blogger HTML Templates: Make Links Open in a New Window

Instead of coding each individual link to open in a new window you can make all links within your blog open in a new window.

Find
<head>

And change that to:
<head>
<base target='_blank' />

From blogging.nitecruzr.net

No comments: