Suzuki SV650
How can I alter the script below that is part of my travelling blogger, so that if someone clicks on a link, it automatically opens the link in a new window, rather than in the same one or without them having to 'right click & open new window' all the time?
The page (http://steviepee.blogspot.com) is a template that is automatically done by the website (http://blogger.com), but I have tweaked the html a lil' to include the links, but how do I get them to open up in a new window..?
There might be an alternate way of doing this, but from what I can see (which isn't much tbh), this is the mainstream way of doing stuff.. Can anyone help?
Steve.
The page (http://steviepee.blogspot.com) is a template that is automatically done by the website (http://blogger.com), but I have tweaked the html a lil' to include the links, but how do I get them to open up in a new window..?
Code:
<MainOrArchivePage>
<h2 class="sidebar-title">Links</h2>
<ul>
<li><a href="http://steviepee.smugmug.com/">My Smugmug (Picture Gallery)</a></li>
<li><a href="mailto:steviepennack@gmail.com">eMail Me</a></li>
<li><a href="http://www.reesusa.blogspot.com/">Cousin Mich & family in the U.S. of A!</a></li>
<li><a href="http://getjealous.com/ruthandhannah">Get Jealous of Ruth & Hannah</a></li>
<li><a href=http://www.tonysmix.com/Mixes/>Tony's Funky House Mixes</a></li>
<li><a href="http://project-white-star-5-turbo.blogspot.com/">Dan's 5GTT Project</a></li>
</ul>
</MainOrArchivePage>
There might be an alternate way of doing this, but from what I can see (which isn't much tbh), this is the mainstream way of doing stuff.. Can anyone help?
Steve.