Quote:
Is there no simple way to center text under an image that is universal???
|
I make no claim to universality, but this has always worked for me:
div.caption {
margin-bottom: 1em;
text-align:center;
font-style:italic;
}
And then of course something like:
<div class="caption">O how pretty this looks, centered on the page!</div>