Always different template formatting?!

Always different template formatting?!

Hi,

In the last 6 weeks I had to do smaller alterations on my invoicing template but made sure that I never touched the HTML code itself.

Everytime I saved the template something else was different on the exportet PDF file. Mostly the line-height seems to change everytime it changed the template. Last time I had to increase it to make sure it looks good this time around the line-height seems to be defaulted to an "auto" value that I can't alter. I tried to change the line-height in my body tage like this:

<body style="margin:50px 70px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; line-height:18pt;">


Also tried within the <style> tags in the head-section but from today on I'm not able to change it anymore and my invoice look horrible.

Question 1) what causes these inconsistencies when saving my templates without me touching the code???

Question 2) how can I change the line-height???


Just FYI Since your template-engine seems to filter certain parts of the code I always keep a clean kopie of my template code on my computer, so I don't change anything in the HTML Code your WYSIWYG editor puts out after saving!

THanks

Kai