Make Links Open in New Window

Saturday, May 02, 2009 Posted by Michael

When I include links in my blog posts, or in the Blog List and Link List Widgets, I want the links to open in a new window so that I don't lose my blog audience.

For links in blog posts edit the HTML and add the code in red:
<a href="http://www.quackit.com/html/html_help.cfm" target="_blank">HTML Help</a>

For links in Blog List and Link List widgets, go to Edit HTML, check the Expand Widget Templates checkbox, locate this line of code:
<li><a expr:href='data:link.target'><data:link.name/></a></li>

and replace with with this new line code:
<li><a expr:href='data:link.target' target='_blank'><data:link.name/></a></li>

0 comments:

Post a Comment