SignForge

Email Signature Format

Formatting an email signature means defining the information hierarchy (what goes first), typography (font sizes and weights), spacing (line heights and padding), and structure (one column vs two column, separator style). The format should make the recipient's name, your title, and your phone number scannable in under two seconds.

Format Your Signature

Pick a format, fill in your details, copy to Outlook or Gmail. Free, no signup.

Create My Signature →

Works with Gmail, Outlook, Apple Mail & more

Information Hierarchy

Elements in order of visual prominence, top to bottom:

1
Full name14–16px, font-weight: 700, darkest text colour (#111)

Primary identifier. Recipients scan for this first.

2
Job title13–14px, font-weight: 400 or 500, brand accent colour or #333

Establishes authority and context for the email.

3
Company name13px, font-weight: 400, #555

Can be on the same line as title or a separate line.

4
Contact details12–13px, font-weight: 400, #777

Phone, email, website. The actionable elements.

5
Social icons (optional)20–24px icons, 8px spacing

Visual, low-hierarchy. Placed after contact details.

6
Legal footer (if required)10–11px, #999, separated by border-top or extra spacing

Must be present but should not dominate visually.

Layout Formats

Stacked (single column)

Minimalist signatures, text-only, mobile-first

All elements stacked vertically. No logo or image. Simplest format — works everywhere including plain text fallback. Best for senior professionals who don't need visual branding.

Two-column with vertical divider

Standard professional, corporate

Logo or headshot in the left column, text details in the right column, separated by a 2-3px vertical border. The most common professional signature format. Built with a two-cell HTML table row.

Horizontal banner

Corporate with prominent branding

Logo above the text block, full width. Text details below. Works well when the company logo is a horizontal wordmark. Built with two table rows (logo row, details row).

Typography Rules

Font familyArial, Helvetica, sans-serif

Web-safe stack. Georgia or Times New Roman for formal/legal. Never use Google Fonts — they don't load in Outlook or Gmail signatures.

Name size14–16px

Bold (700). The only bold element in the signature. If two things are bold, nothing is bold.

Body text size12–13px

Regular weight (400). Job title, company, contact details. Smaller than the name but readable on all devices.

Legal footer size10–11px

Muted colour (#999 or lighter). Small enough to de-emphasise, large enough to be technically readable. Below 10px, some email clients enforce a minimum size.

Line height1.4–1.6

Set on each element via line-height in inline CSS. Prevents text from feeling cramped. Email clients don't inherit line-height reliably — set it on every text element.

Paragraph spacingmargin: 0 on all p tags

Email clients add wildly different default margins to paragraphs. Set margin:0 on every p tag, then control spacing with margin-top or margin-bottom explicitly.

Separator Styles

Vertical left border

border-left: 2px solid #2563EB

Applied to the right table cell (details column). Most common professional separator. Outlook renders border-left reliably.

Horizontal line above signature

border-top: 1px solid #e2e8f0

Applied to the outer table. Separates the signature from the email body. Use a light, muted colour.

No separator

No border styles

The minimalist approach. Let whitespace alone create separation. Appropriate for text-only signatures.

Related Guides

Format Your Signature

Professional formatting, correct typography, Outlook-safe HTML. Free, no signup.

Create My Signature →

Works with Gmail, Outlook, Apple Mail & more