They can be anywhere in the opening <a> tag but they MUST be within it, not outside the tag:
<a href="'. $vbulletin->options['ctab_redirect_url'] .'" class="navtab" target="_blank">
<a href="'. $vbulletin->options['ctab_redirect_url'] .'" target="_blank" class="navtab">
<a target="_blank" href="'. $vbulletin->options['ctab_redirect_url'] .'" class="navtab">
any of these would work.
|