Using HTML While Composing Blog Post
After inserting the link in compose mode normally, switch to Edit HTML mode and find the link you added.
Assuming you added a hyperlink as http://www.doncaprio.com with the anchor text being The 9ja Geek's Journal, you should see this in Edit HTML mode:
<a href="http://www.doncaprio.com">The 9ja Geek' Journal</a>To make this very link open in a new browser tab, edit it to look like this:
<a href="http://www.doncaprio.com" target="_blank">The 9ja Geek's Journal</a>As you can see, you only need to add a space and the piece of code shown in red after the link in Edit HTML mode.
Inserting Code In Blog Head Section
I don't like this method that much because every link opens in a new tab including labels, header links and so on. It might be useful though if you have rather too much external links on your site.
-Go to Design > Edit HTML
-Find this code:
-Right below it, paste this code:
Now save your template. All links on your blog now opens in a new window/tab but I personally don't like this method. I prefer the first one but the choice is actually yours.
I don't like this method that much because every link opens in a new tab including labels, header links and so on. It might be useful though if you have rather too much external links on your site.
-Go to Design > Edit HTML
-Find this code:
<head>-Right below it, paste this code:
<base target='_blank'/>Now save your template. All links on your blog now opens in a new window/tab but I personally don't like this method. I prefer the first one but the choice is actually yours.














Don Caprio's just another regular dude, an average person like everybody else and I live in The World's Most Populous Black Nation.
I started blogging late 2009, I'm still loving it and I'm the type of guy that'll love to have my computer inside my coffin when I die.Don't smile, it ain't no joke.
You can add me as friend on
0 comments:
Post a Comment