I was wondering if someone could let me know how to override the CSS rules in "Sporter" when I insert an image in a table.
Everytime I add an image in one of the cells it automatically puts space above and below it. I have tried
I tried adding the following in the override.css and using: <img class="cb-border" src.....
img.cb-border {
border: 0px;
padding: 0px;
margin: 0px;
spacing: 0px;
}
but no luck.
Thanks!