Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 03-26-2012, 12:51 PM   #1
JaBagCali598
Junior Member
JaBagCali598 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2012
Device: kindle
Chapter Positioning

Help please!

I'm in the process of generating a new ebook for publication on Kindle.

I've got the general alignment how I want, (no indent on first paras), and a working TOC with subsections. So much for the good news.

Each new chapter starts at the top of a new page. I would like to be able to place each new chapter so it starts 1/3 of the way down the page. Does anyone know a (simple) way to do this? (I'm not too conversant with html, or xml.)

I have tried just adding extra lines to the epub version in Sigil, then retransferring back as mobi, but when I load it on the kindle, the chapter heading shoots back to the top of the page.

Cheers,

James
JaBagCali598 is offline   Reply With Quote
Old 03-26-2012, 06:31 PM   #2
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,212
Karma: 16534894
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
You can do it by adding a large margin-top to the css for the tag/class you are using for your chapters e.g.

If you view the code in Sigil and your chapter heading look like
Code:
<h2>Chapter 1</h2>
then edit the css file to have something like the following (make the 6em bigger/smaller to taste).
Code:
h2 {margin-top: 6em;}

If the chapter headings are more like
Code:
<h2 class="chaphdg">Chapter 1</h2>
then edit the css file to have something like
Code:
.chaphdg {margin-top: 6em;}
or perhaps
Code:
h2.chaphdg {margin-top: 6em;}
jackie_w is offline   Reply With Quote
Old 03-27-2012, 12:46 PM   #3
JaBagCali598
Junior Member
JaBagCali598 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2012
Device: kindle
Jackie - Thanks so much for such a wonderfully clear answer! It works perfectly!
JaBagCali598 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem: positioning text to the bottom-right JulienDym ePub 5 07-06-2011 09:03 AM
Ebook chapter titles: with or without chapter number? amoroso Writers' Corner 16 06-14-2011 06:35 AM
What are SGF Chapter Marker and Chapter Break? webphone Sigil 1 05-25-2011 02:43 PM
Positioning cursor in K3 web browser tomsem Amazon Kindle 1 12-08-2010 03:20 PM
"A-Frame" Positioning Helps With eDGe Weight Issues Batman Jr. enTourage eDGe 1 03-16-2010 09:31 PM


All times are GMT -4. The time now is 10:28 PM.


MobileRead.com is a privately owned, operated and funded community.