fyi, your plugin is very very very useful to me, using it for tutorials,
and my theme didn’t think to set ‘table, td, or tr’ styles…
I was about to give up on it, because the borders wouldn’t show.
but with some tinkering, I ended up inserting this in my child theme to get the borders to show up. I’m sure some of the settings are redundent.
table { border-collapse: collapse; border-spacing: 0;border-style: solid; border-width: 1px;}
/* tr { border-style: solid; border-width: 1px;} */
td { border-width: 1px; border-style: solid; padding: 10px;}
/* td.column-picture { border-style: solid; } */
/* td.instruct_row { padding: 10px;} */
Now I’m very happy with the plugin