Monday, September 19, 2011

How do you make your links on your site make an external page instead of change it?

I have blogger and the when I press my links it changes the page. However I want the links to open a new page so that I do not have to leave my page to get to another. Is there a way to change this with html or something?How do you make your links on your site make an external page instead of change it?change your links from %26lt;a href=%26quot;http://whatever%26quot;%26gt;link text%26lt;/a%26gt;

to %26lt;a href=%26quot;http://whatever%26quot; target=%26quot;_blank%26quot;%26gt;link text%26lt;/a%26gt;