So what of those lines could I delete to make it go away??
Home on Lunch So now I can give a screenshot: Below is the section I want gone. Any ideas??
Thank you but I got it figured out:
This:
Quote:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
|
and...
Quote:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
|
I removed and it's fine now...I just looked for anything that might be a border and any text relative to what was being displayed, copied the existing template and did trial and error to see what deleted what.
Thanks for your input.