Quote:
Originally Posted by KatyPerryFan4Eva
I have tried this method that has been mentioned and it STILL won't work in sigil for me, I also need to know how to indent the first line of paragraphs as I'm having trouble there too. Can anyone help me out please? 
|
You are replying to an old thread, and Sigil has changed a great deal since those responses were posted.
I have a blog at
http://notjohnkdp.blogspot.com/ that includes my basic style sheet for my e-books. You are welcome to copy it and add it to your Sigil book in the STYLE folder under some such name as style.css
You will then have to link your paragraphs (and headings etc) to the style sheet by calling for a CLASS. Any basic paragraphs beginning <p> will be indented. But if you go <p class="first"> the para will not have an indented first line, and will have a small space above it. And so on!
At the top of each Sigil file, you will want to point to the style sheet with this line in the <head> portion of the code:
<link href="../Styles/style.css" rel="stylesheet" type="style/css" />
Good luck!