View Single Post
Old 08-01-2013, 12:21 PM   #12
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by mike05 View Post
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
DaleDe is offline   Reply With Quote