Quote:
Originally Posted by Copycat
hmm, my knowledge of html is very small 
can you tell me what to do?
i dont now to set body style, or anything in code, thats why i need help in that.
if its not to complicated to do
|
Reverse engineer one (a book/page) you like

That is what I did a little over a year ago. I had never used a stylesheet and my previous HTML was 2.x
This is my 'standard' I use from Calibre (This is <body class="calibre"> that wotks with ADE on my 5" reader (The wider Right is so the Adobe 'page' numbers don't mush into the text)
Code:
.calibre {
display: block;
font-size: 1.2em;
margin-bottom: 0;
margin-left: 2pt;
margin-right: 16pt;
margin-top: 0;
padding-left: 0;
padding-right: 0;
page-break-before: always
}