I have pages that use tables to center an image and then put a number ( "(1)", "(2)", ...) at the right margin, vertically centered with the image. Think math equations. I would like to do away with the tables and use css.
I actually convert these pages from other data with a script and the image comes before the number in the data, so preserving order would be nice. If I switch the two, then I can right-float the number and get something close, but no vertical centering.