Saturday 11 December 2004 6:08:32 pm
Greets! For anyone who has found this entry on a search in vain (like I did), you could try the method I was able to use which supresses any border (effectively border="0"). When building your table, simply reference a non-existant class (I used 'noborder') :
<table class='noborder' border='0' width='100%'>
<tr>
<td>
</td>
</tr>
</table>
It's a kludge-workaround, but it works! ;-)
|