Quote:
Originally Posted by weebl
I've tried the method you suggested for removing it, and I've also tried replacing it. But I think I am getting something wrong with the syntax. The whole story gets deleted.
Here is specifically what I need to have removed, or replaced from the story.
Code:
<div style="background-image:url(/gci/gc/p15/background_sprite.gif);background-color:transparent;background-position:-3000px 0;">
<img src="/graphics/mastlogo.gif" alt=www.poughkeepsiejournal.com border="0" >
</div>
|
If you just want to remove the img tag, then try this:
remove_tags = [dict(name='img', attrs={'src':'/graphics/mastlogo.gif'})]