Quote:
Originally Posted by kovidgoyal
@sirtel: How are you inserting paragraph margins? As in what code are you using and what procedure to insert it?
|
Both by hand in the individual book comments (metadata editor, comments field, the html view) and S&R in the bulk metadata editor (tried both character match and regex). As there already were <p> tags with a style attached in the comments (font family and font size), I just added
margin: 0 0 0 0 to the paragraph style, to remove excessive spacing. Like
<p style="font-family: 'Verdana'; font-size: 12px; margin: 0 0 0 0">
Worked in the current release, didn't work in the beta (inserted code for margins just vanished every time).