tables in backend MicroTiny - solved
Posted: Thu Nov 22, 2012 1:59 pm
Hello everybody,
I have a site for a restaurant in which we use tables (don't start on how bad tables are please) for the menus
In de backend the editor needs to be able to adapt the prices in the menus and for this it would be so nice if the tables had borders in the backend as well. However, no matter how I try, I can't seem to find where to remove the following line:
* {
border: 0 none !important;
}
I don't want the "!important" there because it screws up my line:
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px solid #BBB; border-collapse: collapse; padding: 5px;}
in MicroTiny/tinymce/themes/advanced/skins/o2k7/content.css
Can anybody tell me where that line:
border: 0 none !important;
is hidden??? It really drives me mad!
kind regards,
Isolde
I have a site for a restaurant in which we use tables (don't start on how bad tables are please) for the menus

* {
border: 0 none !important;
}
I don't want the "!important" there because it screws up my line:
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px solid #BBB; border-collapse: collapse; padding: 5px;}
in MicroTiny/tinymce/themes/advanced/skins/o2k7/content.css
Can anybody tell me where that line:
border: 0 none !important;
is hidden??? It really drives me mad!

kind regards,
Isolde