All the pages and hyperlink in a blogger blog are by default set to open in the same tab. But if you want to open every page on your blog to open in new tab, there is a way to do that and in this guide I will teach you how. The steps are very easy you just need to copy a HTML code into your Bloggers blog's template and its done. So lets get started.
Please checkout our more blogger guides, tips and tricks.
Done. Simple as that. If you liked this guide drop a comment below and share this.
- 1. Login to your Blogger blog's dashboard.
- 2. Go to "Template" tab and click on "Edit HTML"
- 3. Now in your template code find the <head> tag. By pressing CTRL+F.
- 4. Now copy the code below.
<base target='_blank'/>and paste it above or before the <head> tag.
- 5. Click on Save.
Please checkout our more blogger guides, tips and tricks.

