ah ? An interesting finding for #simple.css powered #blogpress effort: if I wrap each individual blog post between <section> tags,
- I no longer have some part of the post body going to the margin
- I no longer have pictures eating up space from the next article.

okay, after some &apos; and some %25 conversions, I've got a thumbs.html file that
1) shows the 1500+ pictures blogger produced
2) show post title when you hover a picture
3) links to the corresponding post

Not quite #blogpress, but still an interesting tool...

One thing I want to fix about my current #blogpress tools is that they use the line numbers to identify the pictures to download. That works well until you want to save yourself downloading all files again (to find some of them broken :P)

Using the post ID instead isn't that bad, but then I'd have to dump all the things I've downloaded in 2019 and last week ... so #holdMyBash while I'm perling a rename list ...