[TYPO3] Re: [Typo3] Using the acronym HTML tag
Remi Touja
remi.touja at gmail.com
Thu Mar 22 15:01:59 CET 2007
Pieter a écrit :
> Hello all,
> I can't get my Typo3 to output content with the acronym tag properly.
> An example of acronym usage:
> <ACRONYM TITLE="North Atlantic Treaty Organization">NATO</ACRONYM>
>
> This shows NATO in the browser with a "North Atlantic Treaty
> Organization" in a tool tip.
> This line is in my page TS config:
> RTE.default.proc.allowTags = acronym
>
> The tag is now preserved by the RTE but the output to the HTML file is
> incorrect. The HTML code is <ACRONYM title=" ... instead of
> <ACRONYM title= ....
>
> How can I get Typo3 to accept this special tag?
> Pieter
>
Try to put those two lines in your main template :
lib.parseFunc_RTE.allowTags =
abbr,acronym,u,a,img,br,div,pre,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6,dl,dd,dt
lib.parseFunc_RTE.nonTypoTagStdWrap.HTMLparser.allowTags = abbr,acronym
More information about the TYPO3-english
mailing list