April 12th, 2020 at 7:20 PM
Hy Admins, after the Shoutbox doesn't quite fit the style, I tried to change that:
Open the theme template "index" and replace:
{$dvz_shoutbox}
with:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">{$dvz_shoutbox}</td>
</tr>
</table>
<br />
Open the theme template "index" and replace:
{$dvz_shoutbox}
with:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">{$dvz_shoutbox}</td>
</tr>
</table>
<br />