• ...this is an awesome feature we call Content Composer, it's more then awesome
  • ...the theme is responsive
  • ... this is the theme options panel, we believe it has all the options you need
  • ... we used HTML5 and CSS3, that's where the 53 in the name comes from

Subscribe To Get FREE Tutorials!

Sunday, 26 June 2011

How to make all links open in new windows

onepieceanimeworld | 06:02 |
This request to make all hyperlinks pops up every now and then so might as well make a post for it. To make all links open in new window is amazingly simple. Just sign into
DASHBOARD > DESIGN > EDIT HTML
to open template editor

Use keyboard shortcut ctrl+F to find <head> and immediately after that, add a single line <base target='_blank' /> so that it become

<head>
<base target='_blank' />

Save the edited template, all links in your blog will now open in new tabs or windows.

No comments:

Post a Comment