Open all links in new tab in blogger

       
open all urls in new tab


         In blogger by default all links will open in the same tab / window. To open all links in new tab, just add the following CSS style in your blogger Template. That will force all links to open in new windows automatically.

Step 1. Go to Blogger Dashboard >> Theme >> Edit HTML



edit template in blogger



Step 2. Search the following code by using Ctrl+F.


<head>

Step 3. Paste the following code just below the <head> tag.

<base target='_blank' />
Step 4. Now Save the Template and you are all done.


Previous
Next Post »
Related Posts Plugin for WordPress, Blogger...