Skip to content
English
  • There are no suggestions because the search field is empty.

Troubleshooting for Pet Portfolio Templates

These are tips to help you work with Pet Portfolio Templates.

Q: How do I make my form a specific size? (e.g. 3 x 5 inches)

A: This isn't straightforward because of the way the editor works, but the steps are as follows: 

  1. On your Pet Portfolio Template Canvas, click the Table icon
  2. Select a single cell and add it to your canvas
  3. Once visible in the canvas, scroll to the bottom
  4. Just below the canvas, click the switch marked Switch to source code editor
  5. You will see the code for the Table
  6. In the top row, adjust the text so it looks like this: 
    <table style="border-collapse:collapse;border-color:#dee2e6;border-style:solid;border-width:1px;width:#in;height:#in">
  7. The bolded area above will need to be added manually
  8. The hashtags represent the dimensions you wish to create - replace them with the relevant numbers
  9. Once this is done, flip the Switch to source code editor back again to view your edit Canvas
  10. Inside the table cell present, create your document. 
  11. Save when ready. 
  12. If in doubt, contact support@shelterbuddy.com for assistance. 

Alternatively, you can google "## inches in px", click the Table or cell icon and into the Width and Height fields, add the equivalent pixels (e.g. 5 inches is 480 px) and the table will sort it out for you.