Hallo
komisch, meine editor.css hat folgenden Inhalt:
.grosserTitel {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #336633;
font-size: 36px;
}
.mittlererTitel {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #336633;
font-size: 24px;
}
.kleinerTitel {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #336633;
font-size: 18px;
}
.normalerText {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #336633;
font-size: 14px;
line-height: 1.5;
}
.normaleListe {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #336633;
font-size: 14px;
line-height: 1.5;
list-style-type: circle;
list-style-position: outside;
bottom: 6px;
padding-bottom: 14px;
}
Die Stile erscheinen nun auch im FCK-Editor, aber wenn man Sie auswählt, wird der Text nicht entsprechend formatiert. Auffallend ist auch, dass im Namen der Stile die Grossbuchstaben durch Kleinbuchstaben ersetzt wurden, zum Beispiel wird aus "normalerText" "normalertext".
Warum werden die Formatierungen nicht angewendet, wenn man einen Stil auswählt ?
Bema