As explained before how to make link to open in a new window regarding that post many visitor contacted me how to make a link to open a new window a Tab.In that Subject today I am going to post a tutorials how to make a link list or page list gadget to open in a new window.This tutorials is valid in Blogger only.
Requirement to do so.
We need link list or page list gadget because with out it how do we make a link of that gadget to open in a new window or tab.
Making Link list gadget to open in a new window or Tab.
- Go to Blogger.com
- Click on Design or Template.
- Click on Edit Html.
- Tick on expand widget located to top right of code window.
- Find this lines.
<li><a expr:href='data:link.target'><data:link.name/></a></li>
- Replace the code with this
<li><a expr:href='data:link.target' target="_blank"><data:link.name/></a></li>
_blankcan be replaced withMyNewWindow.
Making Page list Gadget to Open in New Window or Tab.
- Repeat the steps of “Making link list gadget to open ….. “ up to 4.
- Find this lines
<li class='selected'><a expr:href='data:link.href'><data:link.title/></a></li> <b:else/> <li><a expr:href='data:link.href' ><data:link.title/></a></li>
- Replace the code with this
<li class='selected'><a expr:href='data:link.href' target="_blank"><data:link.title/></a></li> <b:else/> <li><a expr:href='data:link.href' target="_blank"><data:link.title/></a></li>
_blankcan be replaced withMyNewWindow.
Cheers.You can comment below if you have any suggestions.
Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.
0 comments on "Making a Page list/Link list link to open in New Window.":
Post a Comment
We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam