Log in

View Full Version : New window


fahl
09-06-2008, 07:04 AM
Struggling with this,How can i make this link open in new window?

<if condition="!is_member_of($bbuserinfo, 1, 2, 3, 4, 8, 32)"><td class="vbmenu_control"><a href="http://******.com/"><blink><b><font color=red>--? Goldies ?--</font></b></blink></a></if></td>

Opserty
09-06-2008, 07:08 AM
<if condition="!is_member_of($bbuserinfo, 1, 2, 3, 4, 8, 32)">
<td class="vbmenu_control">
<a href="http://******.com/" target="_blank"><blink><b><font color=red>--? Goldies ?--</font></b></blink>
</a>
</td>
</if>

You probably could have got the answer from a simple google search...

fahl
09-06-2008, 08:19 AM
Many thanx,I did google for it but couldnt get it to worl.