I've worked on this thing for a long time now and I can't seem to figure it out. There's a stupid "facebox" tag that's killing me. I would like to keep the h1 tag inside of the blox-story.
This seems like it would work, but it doesn't...
keep_only_tags = dict(id='blox-story', attrs={'name':'h1'}),
I've tried probably 100 things, keeping tags before, keeping tags after, trying to use the "meta title" instead of the h1, and I feel like I've exhausted my very limited knowledge of how this thing works. I know what I want it to do, I just don't know how to tell it to do it. Please do help!
|