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.

I get warnings like this for the <strike>, <del> and <datetime> tags:

Warning: Element 'strike' is not supported (for information on implementing this, see the support forums) in ...

Attribute 'datetime' in element 'del' not supported (for information on implementing this, see the support forums)

So how do I implement them?

Or where exactly do I have to look in their forums?

share|improve this question

1 Answer

up vote 4 down vote accepted

Check out http://htmlpurifier.org/docs/enduser-customize.html

share|improve this answer
yeah, I found that too, in about 90 seconds of looking, and I've never touched HTML Purifier before. – Erik Apr 7 '11 at 13:26
that's really hard :( anyway I changed the doc type to xhtml transitional and the strike warning went away :D – Alex Apr 7 '11 at 15:36
Yeah, you have to essentially teach HTML Purifier precisely what the element is supposed to look like. – Edward Z. Yang Apr 7 '11 at 17:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.