[TYPO3-english] typoscript to replace <b> to <strong> tag
Chris Müller
timmi1 at gmx.li
Wed Nov 4 08:39:21 CET 2009
John,
to replace the <b> tag with the <strong> tag in RTE just use the
following snippet in PageTS:
-----
RTE.default.proc {
entryHTMLparser_db = 1
entryHTMLparser_db {
tags {
b.remap = strong
}
}
exitHTMLparser_db = 1
exitHTMLparser_db {
tags.b.remap = strong
}
}
-----
Chris.
John Sullivan schrieb:
> Hi All,
>
>
> Can anyone please help me to find out what did i do wrong in the
> typoscript below:
>
>
> lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines {
> encapsTagList = b,strong
> remapTag.b = strong
> }
>
>
>
> I just want to replace the <b> tag for <strong> tag.
>
>
> Also, if anyone know how to put meta title, meta description and meta
> keywork right after <head> tag?
>
>
> Thanks,
> John
More information about the TYPO3-english
mailing list