How to open links in a new window ?
If you want to open links in a new window you need to do modify your link from
<a href=”http://bloggero.com” href=”http://bloggero.com” title=”BloggerO”>Link to us!</a>
to
<a href=”http://bloggero.com” href=”http://bloggero.com” title=”BloggerO” target=”_blank”>Link to us!</a>
Remember that it’s a good ideea to warn your visitors about that by changing the title also in title=”BloggerO - opens in new window”
Another radical way is to add in your template between <head> </head> this line:
<base target=”_blank”>
and all links will open in a new window.























Post a Comment