2010-03-25, 07:53 AM
Ive setup a blog and placed a link to it on my forum, heres the link :
But how do i make it navigate to a new window , rather than opening in the same window ?
Got it guys
<a href="{$mybb->settings['bburl']}/blog" target="_blank" class="blog">Blog</a>
<a href="{$mybb->settings['bburl']}/blog" class="blog">Blog</a>
But how do i make it navigate to a new window , rather than opening in the same window ?
Got it guys
<a href="{$mybb->settings['bburl']}/blog" target="_blank" class="blog">Blog</a>