Quote:
Originally Posted by crutledge
I have the following definition in the CSS:
Code:
.centerbox{
width:50%;
padding:10px;
font-size : 90%;
margin-left:auto;
margin-right:auto;
margin-bottom:1em;
}
It displays properly centered on the page in Sigi, Calibre ePub reader, Kindle, and Sony but in ADE it is left justified. See attached images.
Is this a problem with ADE or have I missed something?
Thanks
|
Please note there is a semicolon missing in the 3rd line of your code. ADE will ignore the rest of the stylesheet if it finds any tiny error or mistype.