Closed michaelriester closed 1 year ago
Hi.
What I did was use these styles in my CSS Styles:
table{ border-style: unset; }
tr td { border-style: unset }
If it still won't unset you can use !important
Thank you very much.. Now it´s working.. The !important property with your CSS style above did finally work.. Great - thanks..
@pederjohnJedi Thank you for providing the solution.
I will include in the plugin documentation how to override default table styles:
table {
border-style: unset !important;
}
tr td {
border-style: unset !important;
}
Hello, it´s not possible to create tables completely without border.. By testing the code in a simple html file with the same browser i could verify there are no borders visible on the table and the cells. but entering the code in the dynamic text box it always shows me borders.. What is wrong in my code or in the settings of the dynamic text panel?
CSS:
HTML: