[TYPO3-UG Italy] Customizing RTE HTMLAREA

Sergio Eures eures at emailviaquesto.it
Sun Jan 13 23:47:29 CET 2008


Il problema è questo: ho creato una classe custom per avere il testo
barrato, e nel frontend l'elemento <span class="strike"> compare, però lo
stile non ha effetto.

Nel Page-TSconfig ho specificato:

RTE.classes {
                 strike {
                          name = strike
                          value = text-decoration : line-through;
                 }
}
RTE.default.proc.allowedClasses := addToList(strike)
RTE.default.classesParagraph := addToList(strike)
RTE.default.classesCharacter := addToList(strike)
RTE.default.contentCSS = fileadmin/stile/rte.css

Il foglio di stile rte.css contiene
typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/dynamiccss.css con
l'aggiunta delle mie classi p.strike e span.strike.

Cosa ho sbagliato/dimenticato?...

Grazie in anticipo per un suggerimento
Sergio




















More information about the TYPO3-UG-italy mailing list