View Single Post
Old 02-08-2016, 08:34 AM   #1
senhal
Connoisseur
senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.
 
senhal's Avatar
 
Posts: 82
Karma: 25684
Join Date: Sep 2014
Device: Kindle NT
Centered picture on e-book viewer

Why the E-book Viewer doesn't centrally align a picture (280x1000 px) when using this code?

Code:
<div class="center"><img alt="Frontispiece" height="100%" src="../Images/frontispiece.jpg" /></div>
Code:
.center {
  text-align: center;
  text-indent: 0;
}
senhal is offline   Reply With Quote