I am essentially trying to create a version of the \"figure\" element (upcoming in HTML5), whereby I have an image with a short description below it.
However, I want
I had the same problem and after reading this decided to use an inline-style on the surrounding element. Seems the better solution over using a table to me.