Is it possible to center an invoice on the adv PDF/HTML template?
margins match .5 all the way around per template set-up, but the area at the top is smaller than bottom when created
Little vague, if you could provide an example of your coding and visual I may be able to assist more accurately. Gonna throw a chance here, from of my understanding in dealing with pdf/html templates.
Each A4 template generally need somethin like this: <body header=”nlheader” header-height=”110pt” footer=”nlfooter” footer-height=”10pt” padding=”0.5in 0.5in 0.5in 0.5in” size=”A4″>
This determines the space of the header and footer you’re allowed to work with. The padding reduces or increase the space from the edging of A4 all around.
Is this maybe what you’re after? If not, try searchin for keywords of ‘margin’, ‘padding’, ‘header’ or ‘height’ to trial & error until you find the results of the change you want.
Let us know how you get on, good luck.