View Single Post
Old 04-24-2018, 10:22 AM   #8
handycrowd
Member
handycrowd began at the beginning.
 
handycrowd's Avatar
 
Posts: 14
Karma: 10
Join Date: May 2017
Location: Near the beach in Asker, Norway
Device: kindle 10gen
adding space to text

Quote:
Originally Posted by doubleshuffle View Post
How exactly would you pad out the text?
I've added space around text before before by adding a p class. I use this on my title page for example to space out titles and subs etc.

Quote:
p.5emspacebelow {
text-align:center;
margin: 1em 0 5em 0;
}
Seemed to work!

This time though I'm following your idea! I'm wrapping each <p> within <div> tags and that separates everything brilliantly. Bit time consuming but once you get into a rhythm...

Bear in mind I know next to nothing about HTML and CSS, only what I bumble though trying to put together ebooks...
handycrowd is offline   Reply With Quote