Email Two-Tiered Info Footer Template

Create a clean visual hierarchy in your emails with this organized two-tiered footer template.

This popular design pattern separates your footer into two distinct sections. A primary top tier with a colored background is used for your logo and social links, while a secondary, plainer bottom tier handles the required compliance information, creating a sophisticated and uncluttered look.

Screenshot of a two-tiered email footer with a dark top bar for social icons and a light bottom bar for legal text.

Get Source Code Preview

About this Two-Tiered Email Footer Template

This footer is a workhorse for almost any type of marketing or informational email. By using different background colors, it creates a strong visual separation between your engaging brand content (logo, social links, etc) and the necessary but less exciting legal text (address, unsubscribe link). This hierarchical approach makes your footer easy to scan and looks highly professional. The template is built with email-safe tables and inline CSS for maximum reliability.

Features

Ideal Use Cases

Code Breakdown

The structure consists of two main table elements nested within a full-width parent table. The first table acts as the top tier, with a tr that has a specific background-color set. The second table acts as the bottom tier with a different background color. Inside each, another nested table with a fixed width (600px) is used to center the content and ensure it doesn't stretch to full width in clients like Outlook. This multi-layered table structure is essential for creating these "full-bleed" background color effects in HTML email.

Code

Here's the full code for the footer template:

View Output