How to make all links open in new windows
1:19 PM
Posted by
Mark
hi friends,
today i am gonna tell you about the how to make all liks open in new window it is amazingly simple . its helpful to make all hyperlinks pops up every now and then so might as well make a post for it ..
just singn into DASHBOARD>DESIGN>EDIT HTML
to open template editor use
the keyboard shortcut ctrl+F to find <head> and immediately after that, add a single line <base target='_blank' /> so that it become
<head>
<base target='_blank' />
Save the edited template and viola, all links in your blog will now open in new tabs or windows.
Note: Blogger is now XHTML so all tags must have matching closing tags or be self closing. The above tag is self closing because it has that forward slash / at the end of the tag.
Note 2: Just wondering if adding a note for frequent visitors to set browser to open in new tabs rather than new windows will reduce the number of visitors having an unmanageable numbers of new windows opened. Do leave your opinions in the comments below:
today i am gonna tell you about the how to make all liks open in new window it is amazingly simple . its helpful to make all hyperlinks pops up every now and then so might as well make a post for it ..
just singn into DASHBOARD>DESIGN>EDIT HTML
to open template editor use
the keyboard shortcut ctrl+F to find <head> and immediately after that, add a single line <base target='_blank' /> so that it become
<head>
<base target='_blank' />
Save the edited template and viola, all links in your blog will now open in new tabs or windows.
Note: Blogger is now XHTML so all tags must have matching closing tags or be self closing. The above tag is self closing because it has that forward slash / at the end of the tag.
Note 2: Just wondering if adding a note for frequent visitors to set browser to open in new tabs rather than new windows will reduce the number of visitors having an unmanageable numbers of new windows opened. Do leave your opinions in the comments below:
Kindly Share The Love »»






Tags: Blogging Tips, TIPS TRICKS

Subscribe to:
Post Comments (Atom)
Share your views...
0 Respones to "How to make all links open in new windows"
Post a Comment