Suppressing table borders
-
Firstly, excellent plugin. Thank you.
I’m trying to prevent the report name showing, to stop the header row showing and to stop the table borders showing.
I’ve placed the following code on the page concerned, using the text editor.
<style> .ELISQLREPORTS-Report-Name {display: none;} .ELISQLREPORTS-Header-Row {display: none;} .ELISQLREPORTS-table td {border: 0px;}> </style>
The only override that doesn’t work is that the top and the left borders for the table still show. All the other borders disappear.
I’ve used ‘border: none’ and ‘border: 0px’ without success.
Any suggestions.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Suppressing table borders’ is closed to new replies.