Quote:
Originally Posted by jmanque
...just enter-
p, div { margin: 0pt; padding: 0pt }
-in the 'extra css' text box of the conversion settings. ...
|
If this is a work-in-progress and future edits will be done to the HTML, you might be better off adding similar styles to a
<style> </style> section in the
<head> section of the HTML. That way the style setting are persistent since its in the source document and you don't have to remember to add the extra CSS every time.