In the past I saw sometimes a question about how to make table border colors possible in NN4. Here is an example with multiple (2) borders:
<table bgcolor="green" cellpadding="3" cellspacing="0" border="0">
<tr>
<td>
<table border="0" cellpadding="2" cellspacing="0" border="0" bgcolor="#FF8000">
<tr>
<td>
<table border="0" bgcolor="white" cellspacing="0">
<tr>
<td>
text 1
</td>
<td>
text 2
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
Erik <!-- My sport: Boomerang throwing !!
This year I will participate at the World Championships in Germany. (!! Many Happy Returns !! -->
<table bgcolor="green" cellpadding="3" cellspacing="0" border="0">
<tr>
<td>
<table border="0" cellpadding="2" cellspacing="0" border="0" bgcolor="#FF8000">
<tr>
<td>
<table border="0" bgcolor="white" cellspacing="0">
<tr>
<td>
text 1
</td>
<td>
text 2
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
Erik <!-- My sport: Boomerang throwing !!
This year I will participate at the World Championships in Germany. (!! Many Happy Returns !! -->