Open Links In New Tab Or Window

0
If you have more than one pictureor other buttons in your Blogger posts then you may wanna have those pages and images open in new windows or tabs. The default setting with Blogspot blogs is to open within the same tab, forcing your reader to go back and forth from full article view to picture view.
  • Go to Blogger.Com and Sign In your account.
  • Now Go to Themes and Edit HTML. 
  • Notice the content between the first pair of  HTML brackets "< a href= ...... >".
  • Add the following attributes according to your desires, before the closing braket (>): target="_blank" (opens item in new tab) or target="nw" (opens item in new window).
Example:
Before Editing: <a href='http://www.abc.com' >Contact Us</a>
After Editing: <a href='http://www.abc.com' target='_blank'>Contact Us</a>
OR
<a href='http://www.abc.com' target='_nw'>Contact Us</a>
  • Publish your blog post and you're done.
Now your blog visitors will be able to read your articles and view pictures in new tabs whenever they click on them.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.