Studiometry lets you completely customize your invoice and report templates, including the ability to add your company logo. The method for adding your logo depends on the type of template you're creating.
Adding your logo to a Visual Template
To add your logo to a WYSIWYG template, do the following:
- Go to Studiometry's preferences window > Templates section.
- Double-click your visual template to bring up the template editor.
- Drag-and-drop a compatible image file (png, jpg, gif, etc) directly into the template window.
- Position your logo on the template by dragging it to the desired position.
- Close the template editor window and save the invoice template.
Adding your logo to a Code-Based Template
Code-based templates are more complicated to set up than the visual templates and are recommended only for advanced users. If you're using a code-based Invoice or Report template, you can add your logo by doing the following:
- First, make sure you have a copy of your logo stored on your web server.
- Go to Studiometry's preferences window > Templates section.
- Double-click your code-based template from the list to bring up the code editor.
- Add the HTML tag for an image to your template in the desired location, linking to your logo on your website. An example would be: <img src="http://www.yoursite.com/yourlogo.jpg">
- Save the invoice template.
6 Comments