GamingVidz.com
05-05-2007, 02:23 AM
I'm trying to get my sidebar hack (Kerry-Anne's from vB org) to display in the links directory index page; however, the sidebar messes up the footer.
Any ideas on how to fix it?
I just copied and pasted the sidebar code into the ADV LINKS template after $navbar
See it in action here (http://www.gamingvidz.com/vidz/?styleid=27) (along with the messed up footer)
Here is the code I copied and pasted:
<!-- side column -->
<table width="100%" align="center">
<tr>
<td valign="top" width="175px">
$sidecolumn
</td>
<td valign="top">
<table valign="top" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / side column -->
Any ideas on how to fix it?
I just copied and pasted the sidebar code into the ADV LINKS template after $navbar
See it in action here (http://www.gamingvidz.com/vidz/?styleid=27) (along with the messed up footer)
Here is the code I copied and pasted:
<!-- side column -->
<table width="100%" align="center">
<tr>
<td valign="top" width="175px">
$sidecolumn
</td>
<td valign="top">
<table valign="top" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / side column -->