Hello, my first topic here, thanks in advance for your help.
I'm having some troubles with tables background with CKeditor.
Simply, I set the color for one or more cells with the editor, I see the changes to have effect in the editor, but when I save and switch to the public view I just get the general body background and not the one I have set.
I tried to set this in my general CSS as below:
... but no effect actually, even taking off or commenting the background-color lines.
I'm reaaally not getting it, does someone have any suggestion?
I'm having some troubles with tables background with CKeditor.
Simply, I set the color for one or more cells with the editor, I see the changes to have effect in the editor, but when I save and switch to the public view I just get the general body background and not the one I have set.
I tried to set this in my general CSS as below:
/********************************** TABLES ************************************/
table td{
padding:5px;
vertical-align:top;
background-color:auto;
}
table th{
background-color:#5997c9;
}
div.block table{margin:0}
table tr{
background-color:auto;
color:white;
}
table#attachments{margin-top:10px}... but no effect actually, even taking off or commenting the background-color lines.
I'm reaaally not getting it, does someone have any suggestion?
