Forums / Setup & design / Remove border

Remove border

Author Message

Daniele Cacace

Friday 15 April 2005 7:45:59 am

i want set table border = 0 where i go?

Frey Staso

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...