Quote:
Originally Posted by Paul M
You have completely removed the what's going on section so this will never work unless you add some code back.
Above this line ;
HTML Code:
<!-- icons and login code -->
Add ;
HTML Code:
<!-- what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
</tr>
</thead>
<!-- end logged-in users -->
</table>
<br />
|
Excellant that worked great..Thank you..