im having some problems with my new header template. It uses buttons with images instead of the standard vb navbar. If i erase the code for the old navbar the pop up links dont work any more. Can some one tell me what code i need ot move into the heaer template or whatever i need to do to get this to work?
Heres my header code
Heres my header code
PHP Code:
<HTML>
<HEAD>
<TITLE>ohnoes</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#555555 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (ohnoes.gif) -->
<TABLE WIDTH=1004 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=0>
<a href="$vboptions[forumhome].php?$session[sessionurl]">
<IMG SRC="images2/Main.gif" WIDTH=268 HEIGHT=32 ALT="" border=0></TD>
<TD COLSPAN=10>
<IMG SRC="images2/ohnoes_02.gif" WIDTH=736 HEIGHT=32 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=1 HEIGHT=32 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=3 ROWSPAN=2>
<IMG SRC="images2/ohnoes_03.gif" WIDTH=499 HEIGHT=41 ALT=""></TD>
<TD COLSPAN=2>
<a href="/subscriptions.php?">
<IMG SRC="images2/subscription.gif" WIDTH=96 HEIGHT=33 ALT="" border=0></TD>
<TD>
<a href="http://gallery.miscforums.com/">
<IMG SRC="images2/gallery.gif" WIDTH=72 HEIGHT=33 ALT="" border=0></TD>
<TD>
<a href="http://uploads.miscforums.com/">
<IMG SRC="images2/uploads.gif" WIDTH=72 HEIGHT=33 ALT=""border=0></TD>
<TD id="usercptools">
<a href="#usercptools">
<IMG SRC="images2/quicklinks.gif" WIDTH=89 HEIGHT=33 ALT=""border=0></TD>
<TD id="navbar_search">
<a href="search.php?$session[sessionurl]">
<IMG SRC="images2/search.gif" WIDTH=64 HEIGHT=33 ALT="" border=0></TD>
<TD>
<a href="usercp.php?$session[sessionurl]">
<IMG SRC="images2/settings.gif" WIDTH=61 HEIGHT=33 ALT="" border=0></TD>
<TD COLSPAN=2>
<a href="faq.php?$session[sessionurl]">
<IMG SRC="images2/help.gif" WIDTH=51 HEIGHT=33 ALT="" border=0></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=1 HEIGHT=33 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=9>
<IMG SRC="images2/ohnoes_11.gif" WIDTH=505 HEIGHT=8 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=1 HEIGHT=8 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=3>
<IMG SRC="images2/ohnoes_12.gif" WIDTH=32 HEIGHT=73 ALT=""></TD>
<TD COLSPAN=2 ROWSPAN=2>
<IMG SRC="images2/ohnoes_13.gif" WIDTH=467 HEIGHT=64 ALT=""></TD>
<TD ROWSPAN=3>
<IMG SRC="images2/ohnoes_14.gif" WIDTH=8 HEIGHT=73 ALT=""></TD>
<TD COLSPAN=7>
<IMG SRC="images2/ohnoes_15.gif" WIDTH=468 HEIGHT=53 ALT=""></TD>
<TD ROWSPAN=3>
<IMG SRC="images2/ohnoes_16.gif" WIDTH=29 HEIGHT=73 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=1 HEIGHT=53 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=7 ROWSPAN=2>
<IMG SRC="images2/ohnoes_17.gif" WIDTH=468 HEIGHT=20 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=1 HEIGHT=11 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC="images2/ohnoes_18.gif" WIDTH=467 HEIGHT=9 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=1 HEIGHT=9 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=32 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=236 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=231 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=8 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=88 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=72 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=72 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=89 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=64 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=61 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=22 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images2/spacer.gif" WIDTH=29 HEIGHT=1 ALT=""></TD>
<TD></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
</BODY>
</HTML>
//13 and 15 are the banner images
Comment