Hide table borders in topics
I can add tables but how to remove borders?
CSS is removed after posting...
I can add tables but how to remove borders?
CSS is removed after posting...
<table class="noborder">....</table>2. You have "Custom CSS" option. You can write your own css and hide border in the full project
.utex table td {border: 0 none;}or in some module or topic, for example
#module_428110 .utex table td {border: 0 none;}
Now you have 2 ways:
1. If you want to hide border just from one table, add class="noborder" to the table
2. You have "Custom CSS" option. You can write your own css and hide border in the full project
or in some module or topic, for example