So I've been having this problem with my book, all of my titles, if the go more then one line, will fully justify on the iPad. Usually I just change the style to align:left, and that takes care of it. But I'm still having the problem on this book and I'm not sure why.
Here is my code:
Quote:
<p class="header">22. The Freeway Philharmonic</p>
<p class="BT-NoIndent">One of the San Francisco Bay Area’s great musical treasures is its freelance pool of classical musicians. Skilled, devoted, and often overworked, this group of some 400 instrumentalists provides the musical core of many of our region’s performing ensembles. ...
|
Quote:
p.header {
font-family : Times, serif;
font-size : 1.6em;
text-decoration : none;
font-variant : normal;
line-height : 1.42;
text-align: left;
color : #000000;
text-indent : 0px;
margin-bottom: 27px;
-webkit-hyphens:none;
adobe-text-layout: optimizeSpeed; <--! This is just to avoid hyphens on the Nook -->
}
|
And here is how it looks on the iPad:
Any help or suggestions would be appreciated, thanks.