'Heading color' and 'p class span'
I have tried
remove_attributes = ['style', 'font','font color']
and
remove_attributes = ['style', 'font','color']
when trying to get rid of color in h with no luck.
h2><font color="#33cccc">WHEN SHOULD I SEE A DOCTOR? </font><br></h2>
Also I cannot remove span name through the usual channels
<span name="KonaFilter">
dict(name='span', attrs={'name':['KonaFilter']}),
also no luck with p class span either.
Any ideas.
|