[Typo3-german] br's in pre und div's
Marcel Alburg
marcel.alburg at alkronet.info
Wed Jul 13 14:58:01 CEST 2005
Hallo,
ich nutze bei meinen seiten des öftern "pre"
leider sind in den ganzen pre's immer <br/> mit drin, die ja sinnlos
sind und mir auch ein wenig das design kauppt machen.
hab es auch schon mit folgendem probiert, aber es klappt nicht
danke im vorraus.
content.RTE_compliant = 0
styles.content.RTE_encaps_stylesheets {
encapsTagList = div,p,pre
remapTag.DIV = DIV
remapTag.P = P
nonWrappedTag = P
}
tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines.addAttributes
{
P.style=
PRE.style=;
}
tt_content.text.20.parseFunc {
nonTypoTagStdWrap.encapsLines.nonWrappedTag >
nonTypoTagStdWrap.encapsLines.wrapNonWrappedLines = |
}
More information about the TYPO3-german
mailing list