View Single Post
Old 12-19-2010, 10:37 AM   #1
mufc
Connoisseur
mufc doesn't littermufc doesn't litter
 
Posts: 99
Karma: 170
Join Date: Nov 2010
Location: Airdrie Alberta
Device: Sony 650
'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.
mufc is offline   Reply With Quote