View Single Post
Old 01-05-2010, 10:06 AM   #3
sbin
Voracious reader
sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.
 
sbin's Avatar
 
Posts: 56
Karma: 14644
Join Date: Oct 2009
Device: Kobo Aura One, Sony PRS T2, iPhone 6, Cybook Orizon, Cybook Gen3
This is the css applied to the html:
Code:
h1
	{margin-top:4em;
	margin-bottom:1,5em;
	page-break-before;
	page-break-after:avoid;
	font-size:2em;
	color:#000000	
	}
h2
	{margin-top:3em;
	margin-bottom:1,5em;
	margin-left:0pt;
	page-break-after:avoid;
	font-size:1,5em;
	color:#000000;
	}
h3
	{margin-top:2em;
	margin-bottom:1,5em;
	line-height:normal;
	page-break-after:avoid;
	font-size:1,25em;
	color:#000000;
	}
p
	{margin:0pt;
	text-indent:1em;
	color:#000000
	}
ul
	{text-indent:2em;
	}
ol
	{text-indent:2em;
	}
a
	{color:#000000;
	text-decoration:underline;
	}
Quite simple, as you can see.
And the html is just text with italics, bolds, h1 and h2 tags. No images, nothing fancy.

In ADE the epub is displayed correctly.
sbin is offline   Reply With Quote