> For the complete documentation index, see [llms.txt](https://docs.yansalabs.com/asset-tag-maker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yansalabs.com/asset-tag-maker/technical-docs/building-a-label-template/label-template-faq.md).

# Label Template FAQ

### How do I make the borders of an embedded table invisible?

In the TinyMCE editor, there is a button to configure settings for embedded tables. Choosing a border color of 'Invisible' will not result in invisible borders. Instead, set your **Border width** to **0px**.

### **Why aren't my labels aligned correctly when printing?**

Converting labels into PDF form is an extremely precise operation. Every pixel counts. In [**Label Designer**](/asset-tag-maker/technical-docs/building-a-label-template/creating-labels/label-designer.md), check the dimensions, gaps, and margins on the **Geometry** tab. Then use **Preview PDF** with **Show label edges** enabled to compare the configured label boundaries with the PDF output.

If you maintain the template in **Template HTML**, try removing any borders and check whether the alignment improves. You may also need to adjust the label size or page margins to account for the border size.

You can see a demonstration of label printing in the following video:

{% embed url="<https://youtu.be/Q_evKI9-0rM?t=66>" %}

### Can I import an existing HTML label into Label Designer?

Yes, when the Label Template uses **Single Cell/Label** mode. Click **Design Label**, then select **Import this HTML** and review the converted design. Nothing is written back to the template until you click **Save label** and confirm that you want to replace the existing HTML.

**Entire Row** templates cannot be imported and continue to use the **Template HTML** editor. See [**Label Designer**](/asset-tag-maker/technical-docs/building-a-label-template/creating-labels/label-designer.md) for the import workflow and limitations.

### Why is Label Designer read only?

First, confirm that the current application in ServiceNow is **Yansa Asset Tag Maker** and that you have the `x_yala_tagger.admin` role and write access to the Label Template. If the template contains hand-authored HTML, it may also remain owned by the HTML editor until it is imported into Label Designer.

If Label Designer is available but its image controls are not, confirm that you also have the `image_admin` role.

**Single Cell/Label** templates can use the guided import workflow. **Entire Row** templates remain in the **Template HTML** editor. See [**Label Designer**](/asset-tag-maker/technical-docs/building-a-label-template/creating-labels/label-designer.md) for details.
