Help
Design your own signature layout that works with every Sigly feature — personalisation, directory sync, icons, colours and placement. HTML required, but the starter file does the hard part.
Download the commented starter template — it contains every element Sigly expects, annotated line by line:
Rename it and restyle anything you like. The filename becomes the gallery name — acme-classic.html shows as Acme Classic.
id="" exactly as it is. The builder and the personalisation engine find fields by these ids. Restyle everything; rename nothing.
Signatures render inside email clients, and email clients are stuck in the past — desktop Outlook literally uses Word's rendering engine. Every template must therefore use:
<table> is the template's root element.<style> block, no classes, no external CSS. Mail clients strip them.https:// image URLs — signatures travel with the email, so relative paths break instantly.These ids are how Sigly finds each field. All of them must exist — hidden ones simply start with display:none and the builder switches them on.
namePlaceholder, titlePlaceholder — always visible; the name is what the name-colour picker targets.pronounsPlaceholder, departmentPlaceholder, companyPlaceholder — each wrapped in a matching …Container that starts hidden.officePhonePlaceholder, cellPhonePlaceholder, faxPlaceholder — inside their …Container spans, all three inside a phoneRow div. Sigly writes formatted numbers and tap-to-call links into these.addressPlaceholder — a block element; Sigly wraps its contents in a directions link when that option is on.emailPlaceholder and websitePlaceholder are the <a> tags themselves — Sigly rewrites their href and can place an icon inside them.logoContainer/logoImage and profilePicContainer/profilePicImage — the builder moves these containers between topZone, leftZone and rightZone when the user picks a placement, so all three zone cells must exist even though two start empty.footerImagesContainer with footerImage1–4 and footerImageLink1–4 — four fixed slots for banners, badges and certification marks.customLinksContainer — where user-added links render.disclaimerContainer — starts empty; the builder fills it.Office: <span id="officePhonePlaceholder">…. That's what lets a chosen icon replace the "Office:" text. A label can be plain text, <strong>, an emoji or a small image — the builder handles all four.display:none on the container — never delete optional sections. The builder strips hidden ones from the sent signature, so they cost nothing.href="#" in customLinksContainer. They make the slot visible in the gallery without being imported as real links.Upload your file to the templates/ folder of your Sigly installation, open it in the builder, and run the checklist:
Add a preview image so the galleries show your design: a PNG named after your file — acme-classic.html → assets/images/templates/acme-classic.png — around 1286px wide. A screenshot of the rendered signature on a white background is exactly what the built-in thumbnails are.
That's it. The template appears in the homepage gallery and the dashboard Templates page automatically, and works with CSV rollout, Microsoft 365 and Google Workspace personalisation with nothing further to wire up.