hi, fredy
die beste moeglichkeit, die mir einfaellt, ist, die tabellen _ohne_ rand darzustellen und denselben nur zu imitieren.
z.B.
<table border=0 cellspacing=0 cellpadding=0>
<tr><td colspan=3 bgcolor="#000000"><img src="_images/dot_clear.gif" width=1 height=1 border=0 alt=""></td></tr>
<tr><td bgcolor="#000000"><img src="_images/dot_clear.gif" width=1 height=1 border=0 alt=""></td>
<td>texttexttexttexttext</td>
<td bgcolor="#000000"><img src="_images/dot_clear.gif" width=1 height=1 border=0 alt=""></td></tr>
<tr><td colspan=3 bgcolor="#000000"><img src="_images/dot_clear.gif" width=1 height=1 border=0 alt=""></td></tr>
</table>
dot_clear.gif ist uebrigens eins dieser beruehmten 1x1px-transparentes GIF - Bilder
das problem ist, cellspacing und cellpadding koennen nur mit etwas groesserem aufwand benutzt werden (tabelle in der tabelle...)
cua
n.d.p.