Why the E-book Viewer doesn't centrally align a picture (280x1000 px) when using this code?
:thanks:
Code:
<div class="center"><img alt="Frontispiece" height="100%" src="../Images/frontispiece.jpg" /></div>
Code:
.center {
text-align: center;
text-indent: 0;
}