How to make all links open in a new window in Blogger?

This is a simple trick to make all links to open in a new window by default all links which are posted in a bog post will open in a same window or we need to add a HTML attribute target="blank". With this simple tricks you can make all links to open in a new window.

Just follow this steps

Go to Blogger Dashboard.

Then go to Template-->Edit HTML-->Proceed.

Put tick mark on Expand Widget Templates.

Press CTRL+F on your keyboard and type <head>

And paste the following  line after that <base target='_blank' />

<head>

<base target='_blank' />

Now save the template.

Now all your blog links will open in a new window.

Post a Comment

0 Comments