Hi
Having some trouble with the CKEditor instance inheriting CSS attributes from its parent object. The CKEditor instance is within a table cell <TD>. The page has a linked CSS, which sets all <td>'s on the page to have a padding of 10px.
Subsequently, all the toolbars and UI elements of CKEditor also have a 10px padding (e.g. around the toolbars). If I turn off the 10px TD padding style for the page, the problem goes away (but I want padding on the cells).
I've also tried overriding the padding on that individual cell (style='padding: 0px'), but that didn't seem to work either.
Hope someone has some ideas!
Thanks!
Having some trouble with the CKEditor instance inheriting CSS attributes from its parent object. The CKEditor instance is within a table cell <TD>. The page has a linked CSS, which sets all <td>'s on the page to have a padding of 10px.
Subsequently, all the toolbars and UI elements of CKEditor also have a 10px padding (e.g. around the toolbars). If I turn off the 10px TD padding style for the page, the problem goes away (but I want padding on the cells).
I've also tried overriding the padding on that individual cell (style='padding: 0px'), but that didn't seem to work either.
Hope someone has some ideas!
Thanks!