Quote:
Originally Posted by mike05
How can i build a css which sets all left margins to the same size if i am not using mobicreator but sigil or calibre instead
|
See the wiki on what you can set in CSS and examples on its use.
A sample might be:
body {margin-left: 5px; margin-right: 3px }
but the current settings on the paragraphs would override this setting since they are more local. You need to remove the current settings before using the CSS.
Dale