Hallo aus Tirol,
leider klappt es mit den Styles bei Bildern im tinyMCE wieder einmal nicht. Ich mach es eigtl. seit Jahren und durch Zufall gehts oder auch nicht.
webEdition 9.2.3
PHP 8.2.20
0) im master.tmpl hab ich die CSS-Datei eingebunen
1) in der Klasse definiere ich unter "Eigenschaften" bei CSS ein abgespecktes CSS-Stylesheet mit Bilderformatierungen
.img-responsive-links { float: left !important; border: 0; -ms-interpolation-mode: bicubic; max-width: 100%; height: auto; width: auto; border-radius: 6px; margin-right: 15px; margin-bottom: 15px;}
.img-responsive-rechts { float: right !important; border: 0; -ms-interpolation-mode: bicubic; max-width: 100%; height: auto; width: auto; border-radius: 6px; margin-left: 15px; margin-bottom: 15px; }
.img-50-links { float: left !important; border: 0; -ms-interpolation-mode: bicubic; max-width: 50%; height: auto; width: auto; border-radius: 6px; margin-right: 15px; margin-bottom: 15px;}
.img-50-rechts { float: right !important; border: 0; -ms-interpolation-mode: bicubic; max-width: 50%; height: auto; width: auto; border-radius: 6px; margin-left: 15px; margin-bottom: 15px; }
.img-33-links { float: left !important; border: 0; -ms-interpolation-mode: bicubic; max-width: 33%; height: auto; width: auto; border-radius: 6px; margin-right: 15px; margin-bottom: 15px;}
.img-33-rechts { float: right !important; border: 0; -ms-interpolation-mode: bicubic; max-width: 33%; height: auto; width: auto; border-radius: 6px; margin-left: 15px; margin-bottom: 15px; }
.img-25-links { float: left !important; border: 0; -ms-interpolation-mode: bicubic; max-width: 25%; height: auto; width: auto; border-radius: 6px; margin-right: 15px; margin-bottom: 15px;}
.img-25-rechts { float: right !important; border: 0; -ms-interpolation-mode: bicubic; max-width: 25%; height: auto; width: auto; border-radius: 6px; margin-left: 15px; margin-bottom: 15px; }
2) in der Klasse definiere ich in den Textbox-Attributen unter "classes" die Stile kommasepariert, z.B.: "img-responsive-links,img-responsive-rechts,img-50-links,img-50-rechts,img-33-links,img-33-rechts,img-25-links,img-25-rechts"
die Benennung hab ich dreimal kontrolliert
3) wenn ich dann Redakteur bin und ein Bild in der Textbox mit einer Klasse versehen will, ist die select leer.
(wenn ich unter "commands" styleselect definiere, bekomme ich die Stilvorlagen - aber halt nur für Absätze...)
Was mach ich da immer falsch?
Bitte um Hilfe!
Christoph