Despite setting all the relevent attributes and creating a custom css class I can't get rid of the borders on tables I create within pages. Any help would be appreciated.
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: td { border: none; } This will solve your issue.