Quote:
Originally Posted by marbs
now i want to remove the "feeds" menu that calibre creates (page 2 in any other recipe) and the section menu (page 3 in any other recipe). is there a way to do that?
|
That's part of the default structure that a recipe builds. I suspect you might be able to override some portion of the recipe system to do that, but 1) I've never seen a recipe that does that, 2) if it's possible, you'd probably need Kovid to tell you how, or you'd need to dig into the recipe code.
Quote:
is there an easy way to brake the table in half?
i can think of 3 things that might work (i just dont know how to do them)
|
If you want to do the work, yes it's possible. This is just a matter of modifying the html. You can use Beautiful Soup to change the table tags, or use regular expressions to find the tags that need to be changed. It's going to take some effort, but the concept is fundamentally pretty simple if you know the html you start with and the html you want to end up with.