How To Make Link List Open In New Tab
THIS tutorial will show you on how to make link list (classified as
widget) in your blogspot. By default, when you click link list that had been created will lead you the link site with the same window. By that, people will abandon your blog when they more attracted to the web page pick up from your blog. At some circumstance, it is very annoying when people just visit your blog to pick up the link page only.
It is strongly recommended to back up you template before modifying any code in the HTML mode. You can choose either to 'Download Full Template' or copy all the HTML code into notepad and save it.
Below are the steps on how make this succeed.
- Tick Expand Widget Template
- Find these codes in your template. To those who are dummy in blogging, just click Ctrl + F and copy paste the code (green font only) in the find box.
<ul>
<div id='link'>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target'><data:link.name/></a></li>
</b:loop>
</div>
</ul> - Copy these new codes: <li><a expr:href='data:link.target' target="new" ><data:link.name/> and replace at the the green code.
- Save your template and it's done. Enjoy (",)
0 Response to How To Make Link List Open In New Tab
Post a Comment