PDA

View Full Version : [Bug?] to much linespace on Nokia N80i (Symbian S60)



lollol
08-08-2007, 02:47 PM
First of all, im really glad there is a isilo for symbian s60 phones, now i can view pdb files on my gsm :)

However, im having a problem with some html files. When i convert these to .pdb, and view them on my pc or PDA (pocket-pc), everything is fine. When i open the same file on my nokia n80i, the linespace is just to much. With linespace, i mean the white space between two lines. This is very annoying, because it gives me 50% less text on 1 screen.

To visualize the problem.

im seeing this on my nokia n80:

http://i12.tinypic.com/5ywz32e

while i want to see this (this is the display i get on my pocket-pc):

http://i14.tinypic.com/539am2g

Do u know whats wrong, and how it can be fixed?

iSilo
08-09-2007, 03:01 PM
That looks like a behavior particular to your document. If it is not more than 100K, can you attach it so that we can take a look to see what is causing the behavior?

lollol
08-10-2007, 03:07 AM
I uploaded the file (zipped) as attachment.

The file is copyrighted, so with respect to the publisher i removed big parts from the file. I do own the book and the online version, and the file is intended for personal use.

After this i tested the conversion to PDB, and i still get to much linespace om my symbian phone.

Please note that this file works fine on a pocket-pc; the problem is only on my nokia n80i (symbian s60v3) phone.

iSilo
08-10-2007, 09:58 AM
Thanks for attaching the files. The CSS file in your file set named ovidweb.css specifies a line height of 150%. iSilo does not have specific support for sizing based on percentages, so during the conversion process, approximations are used and this can be interpreted differently depending on the device resolution and font capabilities. The best thing to do is to remove the line in the ovidweb.css file that reads:
line-height: 150%; Once you remove that line and reconvert, then everything should look single-spaced.

lollol
08-10-2007, 10:37 AM
Thats nice, it worked :)

Thnx for the support!