jjcool777
02-22-2003, 12:45 PM
hi
instead of replacing whole header template
im tring to modify my header code to incoperate the rollover buttons with sound
heres the mod: http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=840&highlight=rollover+buttons+with+sound
cant seem to do it,
could someone possibly modify my header code for it to work :(
heres my header code:
<!-- logo and buttons -->
<center>
<table bgcolor="{pagebgcolor}" class="bordert" border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr><td>
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left" background="{imagesfolder}/menu_background.gif"></td>
<td valign="bottom" align="center" nowrap background="{imagesfolder}/menu_background.gif">
<table align="center" cellspacing="0" cellpadding="0" border="0" background="{imagesfolder}/headbg.jpg">
<tr>
<td align="center" valign="bottom" background="{imagesfolder}/headbg.gif" width="100%"><a href="index.php"><img src="{imagesfolder}/home.gif" border="0"></a><a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/usercp.gif" border="0"></a><a href="register.php?s=$session[sessionhash]&action=signup"><img src="{imagesfolder}/register.gif" border="0"></a><a href="calendar.php?s=$session[sessionhash]"><img src="{imagesfolder}/calendar.gif" border="0"></a><a href="memberlist.php?s=$session[sessionhash]"><img src="{imagesfolder}/members.gif" border="0"></a><a href="misc.php?s=$session[sessionhash]&action=faq"><img src="{imagesfolder}/faq.gif" border="0"></a><a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/search.gif" border="0"></a><a href="member.php?s=$session[sessionhash]&action=logout"><img src="{imagesfolder}/logout.gif" border="0"></td>
<td width="200"><img src="{imagesfolder}/headbg.gif" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /logo and buttons -->
<!-- content table -->
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
thankyou
instead of replacing whole header template
im tring to modify my header code to incoperate the rollover buttons with sound
heres the mod: http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=840&highlight=rollover+buttons+with+sound
cant seem to do it,
could someone possibly modify my header code for it to work :(
heres my header code:
<!-- logo and buttons -->
<center>
<table bgcolor="{pagebgcolor}" class="bordert" border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr><td>
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left" background="{imagesfolder}/menu_background.gif"></td>
<td valign="bottom" align="center" nowrap background="{imagesfolder}/menu_background.gif">
<table align="center" cellspacing="0" cellpadding="0" border="0" background="{imagesfolder}/headbg.jpg">
<tr>
<td align="center" valign="bottom" background="{imagesfolder}/headbg.gif" width="100%"><a href="index.php"><img src="{imagesfolder}/home.gif" border="0"></a><a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/usercp.gif" border="0"></a><a href="register.php?s=$session[sessionhash]&action=signup"><img src="{imagesfolder}/register.gif" border="0"></a><a href="calendar.php?s=$session[sessionhash]"><img src="{imagesfolder}/calendar.gif" border="0"></a><a href="memberlist.php?s=$session[sessionhash]"><img src="{imagesfolder}/members.gif" border="0"></a><a href="misc.php?s=$session[sessionhash]&action=faq"><img src="{imagesfolder}/faq.gif" border="0"></a><a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/search.gif" border="0"></a><a href="member.php?s=$session[sessionhash]&action=logout"><img src="{imagesfolder}/logout.gif" border="0"></td>
<td width="200"><img src="{imagesfolder}/headbg.gif" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /logo and buttons -->
<!-- content table -->
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
thankyou