Forums / Setup & design / Remove border

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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