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
Step 1. Go to Blogger Dashboard >> Theme >> Edit HTML
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.
ConversionConversion EmoticonEmoticon