1.

Solve : HTML for white space in paragraph?

Answer»

I write children's books with lots of images and want to upload them to Kindle. I'm learning some basic HTML in order to do this. I now have a white blank line between paragraphs which is FINE but  on Kindle there seems to be white spaces (blank line space) between the lines within a longer paragraph. My paragraphs have no space between the lines within the paragraph. Is there some way to fix this? Yes. You sound like you are new to HTML and your are a professional. Rather than spending a lot of time learning HTML code, learn how to use a editor that let you freely compose what your want.

In general, when you have a STYLE you like, a professional  editor will create CSS that will keep your style in a SET of documents. An old favorite is Dreamweaver, which PART of  Adobe.

http://success.adobe.com

Now as to the details, one old trick is to create a transparent GIF file with just one color and then stretch it to fill a cell in a table without visible boarders.
 CSS line-height property.

Code: [Select]p {
   line-height: 1.5em;
}



Discussion

No Comment Found