View Single Post
Old 09-19-2013, 03:45 PM   #24
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16071131
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
Quote:
Originally Posted by DiapDealer View Post
I don't understand. How does naming the div class "centerbox" make it work? What you posted is no different than what you initially posted other than having a different class name for the outermost div.
Sorry, I got carried away.

From W3Schools

Code:
.centerbox{
width:50%;
padding:10px;
text-indent: 0;
text-align: justify;
font-size : 90%;
margin-left: 25%;
margin-right: 25%;
margin-bottom:1em;
}
Stanza holds the lines together.


Code:
.stanza {
text-indent:0;
margin-bottom:1em;
}
It seems to work pretty well!!!
crutledge is offline   Reply With Quote