DarknessDivine
06-15-2004, 08:55 PM
Olay tell me what I did wrong...I followed all instructions on how to do this and all my other modules are showing but this one will not..no matter how many times I try it won't show..I'm trying to add a navigation type menu to the left with just text links like on vbAdvanced home page..here is the code I am using below..
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] Custom Module 1</b></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<!-- Begin custom code -->
<A HREF="http://madmaddeals.com/forum/index.php">Forums</A>
<!-- End custom code -->
</td>
</tr>
</table>
<br />
It only has this one link for now..it's a link to my foums..This thing is driving my nuts..Any help with this would be great. ;)
Thanx in advance..
D.Divine
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] Custom Module 1</b></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<!-- Begin custom code -->
<A HREF="http://madmaddeals.com/forum/index.php">Forums</A>
<!-- End custom code -->
</td>
</tr>
</table>
<br />
It only has this one link for now..it's a link to my foums..This thing is driving my nuts..Any help with this would be great. ;)
Thanx in advance..
D.Divine