<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}
omar.gonzalez
Omar G.#6117
@omarugc
<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>