View Single Post
Old 07-12-2011, 11:10 PM   #4
coldplayplayer
Junior Member
coldplayplayer began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jul 2011
Device: iPad / iPhone
Found a solution.

Hi all. I fixed my problem. First part was to wrap my text using the samp element in my XHTML code as I was declaring fonts to be used. An example is:

<p class="BodyText"><samp>All managers and supervisors are responsible for managing HSE in accordance with company policy as an integral and obligatory duty of their position.</samp></p>

Secondly, I then went through the CSS and removed instances where I had set the line-height as in the following example:

line-height : 1;

I've checked my ePub on iPad and iPhone and the problem is fixed. Hopefully this will help someone else in the future.

Last edited by coldplayplayer; 07-13-2011 at 01:24 AM.
coldplayplayer is offline   Reply With Quote