View Single Post
Old 05-10-2017, 04:17 PM   #44
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,519
Karma: 987654
Join Date: Dec 2012
Device: Kindle
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>
Notjohn is offline   Reply With Quote