Thread: white space
View Single Post
Old 06-17-2014, 02:50 PM   #4
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
It sounds like whoever did this did carriage returns in the source. If you have the source,you might be able to find and replace them there.

Lacking that, look at the code view and see what exists between the </p> at the end of the paragraph and the <p> at the start of the next one.

You can copy the </p>whatever is in between<p> to find and replace it with </p><p>.

Otherwise you can edit the stylesheet as suggested above to eliminate the space above.



http://www.w3schools.com/css/css_margin.asp

This has more about the css for the stylesheet. There is even a try it yourself so you can see the effect of various changes without messing up your epub until you understand what you need to do.
mrmikel is offline   Reply With Quote