View Single Post
Old 09-28-2010, 11:10 AM   #13
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by marbs View Post
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.
Starson17 is offline   Reply With Quote