<?php
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>Aqui colocas el titulo de tu bloque</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">Aqui colocas el cuerpo de tu bloque en html</span>
</td>
</tr>
</table>
<br />
{$annoucements}
<?php
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td> </td>
<td valign="top">
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>
<?php
{$announcements}
<?php
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>Aqui colocas el titulo de tu bloque</strong></td>
</tr>
<tr>
<td class="trow1">
COLOCA AQUI TU HTMLO TEXTO.
<span style="color:red;">SI ESCRIBES ESTO, EL TEXTO SERA ROJO</span> (html)
SI ESCRIBES ESTO, EL TEXTO SALDRA NEGRO Y COMUN, NADA DE COLOR, LINKS, NADA. (texto)
</td>
</tr>
</table>
<br />
{$announcements}