Ask

Tables showing borders in my article and I don't want it to


Answer

  • In Joomla! 1.5, open templates/your_template_name/css/template.css and add the following code at the bottom:
.contentpaneopen table, .contentpaneopen th, .contentpaneopen td { border:none }
  • In Joomla! 1.7+, open templates/your_template_name/css/template.css and add the following code at the bottom:
.item-page table, .item-page th, .item-page td { border:none }