Zitat:
Zitat von gbauer81 Lösch bitte nochmals den Typo3 und Browser Cache. Manchmal sind die hartnäckig.
Ansonsten würde mir nur noch einfallen zu prüfen ob die Standardeinstellungen im TS überschrieben worden sind und somit der Schwarze Hintergrund entsteht. |
Habs nach langem suchen gefunden:
Zitat:
/*------tabelle formatieren------*/
/* RTE / Table styling */
TABLE { padding-left:15px; }
TABLE.contenttable { border:none; margin:10px 0px 10px 0px; width:90%; }
TABLE.contenttable TR TD { padding:2px 5px 2px 5px; margin:0px; border:0px; }
TABLE.contenttable TR TD P.bodytext { font-size:10px; }
TABLE.contenttable TR { margin:none; background-color:#16181c; } /*Orange***fe4e00**/
TABLE .bodytext { margin: 0px; }
|
Danke,