Skip to main content
CRMSoftware

ZOHO CRM – Add margins to a template

By September 25, 2016No Comments

Zoho’s inventory templates look fine when viewing online, but if someone wanted to print them, they don’t have much of a margin around them.   Here’s a quick trick to add a margin to any template in Zoho:

Create the template first.  Then click the html button in the Template Editor’s Tool pallet:

You’ll be presented with all the html code that goes into making the template that you created.  Don’t be scared ;o)

Add this code at the start:

<div style=”margin:10px;”>

and this code at the very end:

</div>

You can adjust the number 10 to get the desired margin you want.  Smaller number will create thinner margin.

Skip to content