Quote:
Originally Posted by mike05
Thank you its working with MobiCreator and Sigil now, one last question, the left margin has always a different size, can i set the left margin for all sentences to the same size?
|
Since there is no CSS the left margin must be in the file itself as a style entry in the HTML file. You can take a look at the code view in Sigil or use a text editor like Notepad++ and view the html file. You may need a search and replace to find the various left margins and remove them so that a single setting in the body statement can be used to set a uniform margin.
For ePub you can build a CSS to handle this sort of thing but MobiCreator does not support CSS.
Dale