Bug #15568
closedGot HTML-Tags when change font-Style or font-size
0%
Description
Everytime when I insert any text in the htmlarea rte and change the font-size and font-style in a new textcontent without giving first a <CR> and delete it again I'll get a line wit my Text included from the html tags for fontstyle and size after i saved the contentelement.
just install tt_htmlarearte >1.0.1 and work wit it.
I think its because since version 1.1.0 the text will no longer be included by the <p>-Tag automaticaly
(issue imported from #M2484)
Updated by Stanislas Rolland almost 19 years ago
Please add the two following lines at the end of your Page TSConfig:
RTE.default.proc.allowTags = a, abbr, acronym, address, blockquote, b, br, caption, cite, code, div, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, link, ol, p, pre, q, sdfield, span, strong, sub, sup, table, thead, tbody, tfoot, td, th, tr, tt, ul
RTE.default.proc.entryHTMLparser_db.allowTags < RTE.default.proc.allowTags
Please confirm that this corrects the problem you are experiencing.
Updated by J¶rg Cordes almost 19 years ago
Thank you that insertation works but is there any psooibility to set these lines generaly? I have to edit many Contentelements ant i didn't mention it yet to give the defaultsettings another value so I have to change nearly 120 Pages in RTE.
Another problem is that sone authors should edit the commig content and I think tit is not a very good idea to let them edit the TSConfig of every page.
I Tried to enter the two Lines at the users-TSConfig and as Template constants but nothing works.
Sorry Iam a newbee at Typo3 and I hope my questions are not too stupid.
thx
joerg
Updated by Stanislas Rolland almost 19 years ago
This will be fixed in the next version. In the mean time, add the two lines in the Page TSConfig of your root page (not on each page!!).
Updated by Stanislas Rolland almost 19 years ago
Fixed in version 1.1.6 on TER and in TYPO3core CVS, branch TYPO3_4-0.