vendredi 3 juillet 2015

Eigner Textstil im htmlarea (typo3 6.2) - keine Auswahl bei Textstil

Ich versuche verzweifelt einen eigenen Textstil (rot als span) im htmlarea einzugeben (definieren):
Beim Blockstil kann ich "zentriert" und hinweis1" auswählen, aber mir wird kein Textstil angezeigt, obwohl ich es eingetragen habe. Das Auswahlfeld bleibt ausgegraut. Ich habe keine Ahnung warum. Kann jemand helfen?
Wenn ich den <span class"rot"> im Quelltext eingebe, wird er abgespeichert.


Seiten-TSconfig:

RTE.default {
contentCSS = fileadmin/projekt/tmpl/rte.css
showTagFreeClasses=1
classesCharacter := addToList(rot)
classesParagraph := addToList(hinweis1,zentriert)
classesTable =
classesTD =
classesAnchor = internal-link
defaultLinkTarget = _top
classesImage:=
proc {
allowedClasses := addToList(rot, hinweis1, zentriert)
denyTags < RTE.default.buttons.inserttag.denyTags
}
FE {
proc {
allowedClasses < RTE.default.proc.allowedClasses
}
}
}



rte.css:

span.rot{color: #b10919;}
p.hinweis1{background-color: #4b4b4b;color: #ffffff;margin: 0 30px;}
p.zentriert{text-align:center;}


Eigner Textstil im htmlarea (typo3 6.2) - keine Auswahl bei Textstil

Aucun commentaire:

Enregistrer un commentaire