Ok with the style I'm using the links on the header (what operates as the navbar here) are all floating so basically I can only use the
<a href="http://www.edgeoftheinternet.com/forums/arcade.php">Arcade</a>
format for links or it throws the entire navigation out of whack. Is there a way for me to convert the
<!-- Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.php?do=view mp3playerpopup ','newWin','width=500,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!-- End Mp3 Player Launch -->
To the format I need or a way to implement so that it acts as a link of that sort. I'd really like to get this going but until I can get it on my navbar without completely ruining the alignment of everything its not really an option.
|