View Single Post
Old 01-22-2014, 04:31 PM   #11
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,830
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by Amalthia View Post
Hi,

I'm working on the layout of the title page, not to be mistaken with the cover page. My title page has Title, author, press logo, and publication location.

On my Sony reader at the second smallest font all the elements of the title page fit on one page. However, when I move up a size the Press information is dropped to the second page.

I've seen some novels have turned their title pages into images to keep everything on one page, but I'm not sure that's the best way to fix this problem?

I'm currently using em for my font sizes in my css code. I wasn't sure if switching to % would keep everything on the same page even if the font sized is increased?

I'd like to explore adjusting my css settings before I give up and turn my Title page into an image in Photoshop.

I'd appreciate any and all help.
Thanks
Hi Amalthia;

You can do what you want by using a technique that so far, only works in iPad and Kindle (maybe now with ADE 3.0 also works in device based in ADE like Sony). Please, read the following post:

https://www.mobileread.com/forums/sho...43&postcount=4

Also, it would be interesting to read the following thread:

https://www.mobileread.com/forums/sho...d.php?t=223178

and the post:

https://www.mobileread.com/forums/sho...36&postcount=4

Of course, in order to work, the reader device needs to support the css properties:

display: table;
display: table-row;
display: table-cell;
vertical-align: middle; /* and botton and top */

As I told you before, so far those properties are supported by iPad and Kindle (the modern Kindle devices, those who supports the .kf8 format) but you can do the try if they also work in Sony.

Regards
Rubén
RbnJrg is offline   Reply With Quote