Remove <p> tags?
I'm trying to remove <p> tags from my LIT files. I have a grasp of CSS so I have tried to nulify the carrage return with
p { margin:0px; padding:0px; }
but this doesn't work.
Can anyone help?, I'm hoping to do this via the CSS override in Calibre, rather than processing via a HTML editor first (e.g. find and replace )
|