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:
- On your Pet Portfolio Template Canvas, click the Table icon
- Select a single cell and add it to your canvas
- Once visible in the canvas, scroll to the bottom
- Just below the canvas, click the switch marked Switch to source code editor
- You will see the code for the Table
- 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"> - The bolded area above will need to be added manually
- The hashtags represent the dimensions you wish to create - replace them with the relevant numbers
- Once this is done, flip the Switch to source code editor back again to view your edit Canvas
- Inside the table cell present, create your document.
- Save when ready.
- 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.