Quote:
Originally Posted by throshlyak
The only thing that still bugs me is that at the end of each article in the printed version there is a nice image that I would like to move in front of the article below the title.
Can someone help me with this.
|
If you can restructure your recipe with keep_only_tags and list the image tag first, then the other tags you want to keep, that will cause a reordering. Alternatively, you can use BeautifulSoup and postprocess_html to reshuffle the tags.