View Single Post
Old 01-27-2009, 01:14 PM   #41
llasram
Reticulator of Tharn
llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.
 
llasram's Avatar
 
Posts: 618
Karma: 400000
Join Date: Jan 2007
Location: EST
Device: Sony PRS-505
Quote:
Originally Posted by Amalthia View Post
What's the difference between the source Browser/kindle/cybook/prs-505? I wasn't sure what profile to select? and it looks like you have to pick twice?
The defaults should be fine for general use. Right now it only affects the interpretation of the CSS absolute font sizes and the pixel size of rasterized SVG images.

Quote:
Originally Posted by Amalthia View Post
Basically, i'd like my mobi file to come out looking like my LRF files do using the same HTML source.
Try having a CSS rule which sets both the 'text-indent' and 'margin' for your paragraph tags:

Code:
p {
  text-indent: 1em;
  margin: 0;
}
If that doesn't work for you, try the --remove-paragraph-spacing option.
llasram is offline   Reply With Quote