I'm not really sure what this does, do you have an example url for this one?
Quote:
Originally Posted by burnz
a small suggestion for the vBindex
Template: VBINDEX
Find:
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[tablewidth]">
Replace:
Code:
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[tablewidth]" style="margin-bottom:3px">
Find:
Add after:
Code:
<td width="10"> </td>
Find:
Add before:
Code:
<td width="10"> </td>
this will make the table body align with the navbar... 
|