View Single Post
Old 07-07-2009, 01:55 PM   #6
p3aul
Captain Courageous
p3aul doesn't litterp3aul doesn't litter
 
p3aul's Avatar
 
Posts: 239
Karma: 102
Join Date: Apr 2009
Device: calibre, PRS 505
Ok here are the results:

This was the command line command:
any2epub -override-css="test.css" nighthorseman.txt

It spun along happily, finally producing this output:
verride-css=test.css
I changed the .css ext to zip and opened it it was a standard epub file so I changed ext to epub and loaded it into Calibre viewer. No changes so the external css didn't work. here is my css:

h1 {
font-size: 18pt;
}
h2 {
font-size: 16pt;
font-name: "Monotype Corsiva";
}
body {
font-size: 12pt;
font-name: "Times New Roman";
}

That's the content of my css was I supposed to put anything other than that in the CSS file? Some sort of header maybe?
Thanks,
Paul
p3aul is offline   Reply With Quote