hi Paul,
you can use one of the include/remove functions. as the tag is the same for both top and bottom just add:
Code:
remove_tags = [dict(name='p', attrs={'class':'actionFooter'})]
and this should do the job for you!
if you want more control on the look of the output add your own CSS. more useful stuff here:
http://calibre-ebook.com/user_manual...ownloaded-html
lorenzo