firstly sorry for my broken english.
before purify:
<img src="xxx.jpg"/>
after purify:
<img src="xxx.jpg" class="myclass" />
how can i do with html purifier?
firstly sorry for my broken english.
before purify:
<img src="xxx.jpg"/>
after purify:
<img src="xxx.jpg" class="myclass" />
how can i do with html purifier?
Mmm, why don't you just put user content in a div with id content
and then use the CSS selector #content img
?