Quote:
Originally Posted by Arktel
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)