<table width="50%" cellspacing=0 border=1 cellpadding=4 align="center" bgcolor="#ffffa6" bordercolor=#660033>
<!-- BEGIN BLOCK t_header -->
<tr>
<th colspan={{num_cells}}>{{header_text}}</th>
</tr>
<!-- END BLOCK t_header -->
<!-- BEGIN BLOCK row -->
<tr bgcolor={{row_color}}>
<!-- BEGIN BLOCK cell -->
<td>{{text}}</td>
<!-- END BLOCK cell -->
</tr>
<!-- END BLOCK row -->
</table>
|