Quote:
Originally Posted by Blessewe
Is there a special code we use for vBulletin 4, nothing seems to be working Thank you
|
Try to use target="_blank". i.e.
HTML Code:
<a href = "link_url" target="_blank">Description</a>
Although the target="_blank" attribute=value has been depricated it is the easiest way to open links in the new window. Otherwise you should use javascript but I need to know the exact code you are using.