nested table is the answer to achieving this. The outher table background color works as the border
eg
<table cellspacing="0" cellpadding="0" border="0" bgcolor="0000CC" width="400">
<tr>
<td colspan="2" width="100%">
<!-- EMBEDDED TABLE BEGINS HERE >
<table cellpadding="0" cellspacing="0" border="0" bgcolor="0000CC" height="15" width="100%">
<tr>
<td width="33%" height="100%" bgcolor="#9400d3">
</td>
<td width="34%" height="100%">
</td>
<td width="33%" height="100%" bgcolor="#9400d3">
</td>
</tr>
</table>
<!-- END EMBEDDED TABLE -->
</td>
</tr>
<tr>
<td width="50%" bgcolor="#cc0000" height="25">
</td>
<td width="50%" bgcolor="#00cc00" height-"25">
</td>
</tr>
</table>
Ranjan
fragments of dream, weave them together