How can I make a class the will build this table?
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%" bgcolor="#597794"> </td>
</tr>
<tr>
<td width="100%" bgcolor="#EDEDF1"> </td>
</tr>
</table>
Appriciate any help!