Quote:
Originally Posted by what
As I read the code, the content of the block element is text-aligned. Actually that solution is the same as the one you provided. In both cases there is a block container (either FIGURE or P) and the content of that container gets centered using text-align.
|
It's correct: but the figure content usually does not have text as content. It could have <p> and the <p> has - as content - text. A block element inside a block element with "text-align" is not centered (or at least it shouldn't) AFAIK