How do I allow the marquee tag in html purifier http://htmlpurifier.org/ I read the docs but I couldn't find anything. Does any one have a clue?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Marquee is not, and was ever, a valid HTML tag, so HTML Purifier doesn't support it even if you set HTML.Allowed. You'll have to follow the instructions here to add support for it: http://htmlpurifier.org/docs/enduser-customize.html |
|||
|
|
|
Did you really read the docs? Cause I found it in less than 20 seconds on their site. http://htmlpurifier.org/live/INSTALL -- "4.3. Other settings" |
|||