<font size="2">&nbsp;</font> 
<div>Hi folks,</div>
<div>&nbsp;</div>
<div>Need some advice on&nbsp;customising the fancy invoice report:-</div>
<div>I want to get the printed invoice to fit on a single A4 sheet.</div>
<div>&nbsp;</div>
<div>First there appears to be a blank page on the print preview that I can't get rid of.</div>
<div>&nbsp;</div>
<div>Second, the default 24 rows in the main table is too long to fit on one page.</div>
<div>I've reduced the number of rows in the table by&nbsp;modifying the scm file but&nbsp;the page is&nbsp;still too long.</div>
<div>&nbsp;</div>
<div>It would help if I could remove the two &lt;BR&gt; lines after &lt;BODY&gt; in the generated&nbsp;HTML:-</div>
<div>I've looked long and hard at the code in the scm files but can't figure out where the two &lt;BR&gt; lines come from.</div>
<div>&nbsp;</div>
<div>========</div>
<div>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 TRANSITIONAL//EN&quot;&gt;</div>
<p>&lt;HTML&gt;</p>
<p>&lt;HEAD&gt;</p>
<p>&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=UTF-8&quot;&gt;</p>
<p>&lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;GtkHTML/1.1.10&quot;&gt;</p>
<p>&lt;/HEAD&gt;</p>
<p>&lt;BODY BGCOLOR=&quot;#ffffff&quot;&gt;</p>
<p><font style="BACKGROUND-COLOR: #ffff66">&lt;BR&gt;</font></p>
<p><font style="BACKGROUND-COLOR: #ffff66">&lt;BR&gt;</font></p>
<p>&lt;TABLE CELLSPACING=&quot;0&quot; CELLPADDING=&quot;0&quot; WIDTH=&quot;100%&quot;&gt;</p>
<div>&lt;TR&gt;</div>
<div>&nbsp;</div>
<div>========</div>
<div>&nbsp;</div>
<div>It would also help if I could reduce the font-size.</div>
<div>I can't figure out how - other than to edit the resulting HTML file. I don't want to do that every time I create another invoice.</div>
<div>&nbsp;</div>
<div>I also wanted to change the word 'Sales' to 'VAT' at the end of the table (see HTML below).</div>
<div>Again I can't find where this&nbsp;is defined&nbsp;in the code.</div>
<div>&nbsp;</div>
<div>========</div>
<div><font size="2">
<p>&lt;TD BGCOLOR=&quot;#ffffff&quot; COLSPAN=&quot;5&quot; ALIGN=&quot;left&quot;&gt;</p>
<p>&lt;FONT SIZE=&quot;3&quot;&gt;&lt;B&gt;<font style="BACKGROUND-COLOR: #ffff66">Sales</font>&lt;/B&gt;&lt;/FONT&gt;</p>
<p>&lt;/TD&gt;</p>
<p>========</p></font></div>
<div>Although GnuCash seems to work well, customising reports needs to be made more user friendly for the average user.<span></span> </div>
<div>It shouldn't really be necessary for someone trying to run a business to have to&nbsp;start hacking&nbsp;lisp.</div>
<div>I've already spent&nbsp;too long&nbsp;trawling through the scm files.</div>
<div>Any help would be appreciated.</div>
<div>&nbsp;</div>
<div>Cheers,</div>
<div>&nbsp;</div>
<div>Brian.</div>
<div>&nbsp;</div>