Friday 15 April 2005 10:30:13 am
Which table are you trying to set the border to zero on? Typically just put border="0" in your table html like this
<table width="100%" border="0" cellpadding="0" cellspacing="0">
</table>
If you mean on the main page, you could make a copy of the default override then edit said table in that override...
|