Thread: editing
View Single Post
Old 10-31-2011, 11:58 AM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,098
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Arktel View Post
Hi Theducks

Thanks for your comments. I didn't scan this book. It was copied and pasted from Word into Pages. Took a look at the code and there is </p> where the extra space is. Should I omit it and see what happens? I am not on familiar territory when it comes to html.

To go back into Pages and have to change every single para to 1.2cm would be just too tedious. I just spent 4 hours doing that with all the para indents which were not uniform (at 3 clicks of the space bar each) - all because I am on a learning curve with Styles having done a tutorial with lynda.com and only discovering styles after beginning the book and investing all the time formatting it.

You cannot imagine how out of my depth I am ....
Just to confirm you are seeing:
Code:
<p class="someclass">To go back into Pages and have to change every single para to 1.2cm </p>
 <p class="someclass">would be just too tedious. I just spent 4 hours doing that with all the para indents </p>
 <p class="someclass">which were not uniform (at 3 clicks of the space bar each) - all because I am on a </p> 
<p class="someclass">learning curve with Styles having done a tutorial with lynda.com and only</p> 
<p class="someclass"> discovering styles after beginning </p>
 <p class="someclass">the book and investing all the time formatting it.</p)

BTW using spacebar for indents is so Typewriter

add to the paragraph style: text-indent: 1.5em;

(em scale with zoom)
theducks is offline   Reply With Quote