I managed to figure it out. I opened up the html file and found this:
@page { margin: 0.78in }
I changed it to:
@page { margin: 0.01in }
And now it fills the page perfect. Now I have to figure out how to edit the html file to make a chapter break, forcing the new chapter to start on a new page. If anyone knows, please let me know.
|