Watch the video tutorial. |
- Goto your template. Dashboard > layout > Edit HTML
- Look for this line
- Now immediately below this paste this line
- Save your template and you are done.
<head>
<base target='_blank'/>
I will still recommend that you do not use this hack. Whenever you want to open your links in other window do it like this.
<a href='' title='' target='_blank'></a>
Post a Comment