Skip to content

Main Navigation

Keys & Kites Knowledge Base
  • Search
  • SEO
  • Email

SEO

1
  • Track Clicks with Google Tag Manager (GTM) + GA4 — Step‑by‑Step Guide

Email

3
  • Starter Email Frame
  • Central Dispatch Email Template A
  • SFMC Data Extensions Locations

Tutorial

1
  • How to Update Your Email Signature (2025 Guide)
View Categories
  • Home
  • Docs
  • Email
  • Central Dispatch Email Template A

Central Dispatch Email Template A

michael.kaminski
Updated on November 8, 2025

< 1 min read

Visual aid showing the editable areas of this email template.

Central Dispatch Template Info #

This email template comes with four drag and drop regions. The top-left and top-right of the HERO AREA have a border-radius of 6px. The bottom-left and bottom right of the CONTENT AREA have a border-radius of 6px.

.hero{
    border-radius: 6px 6px 0 0;
}
.content{
    border-radius: 0 0 6px 6px;
}

This gives the illusion that the Hero and Content area are one, with border-radius of 6px.

cd-email-template-ver-a.html
Copy to clipboard
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<meta name="x-apple-disable-message-reformatting" />
		<meta name="color-scheme" content="light dark">
		<meta name="supported-color-schemes" content="light dark">
		<meta http-equiv="Content-Type" content="text/html charset=UTF-8" />
		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
		<title>CentralDispatch</title>
		<!--[if (gte mso 9)|(IE)]>
		<xml>
		<o:OfficeDocumentSettings>
		<o:AllowPNG/>
		<o:PixelsPerInch>96</o:PixelsPerInch>
		</o:OfficeDocumentSettings>
		</xml>
		<![endif]-->
		<!--[if !mso]><!-->
		<style>
			@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
		</style>
		<!--<![endif]-->
		<!--[if mso]>
		<style type="text/css">
			* { font-family: Arial, Helvetica, sans-serif !important; mso-hyphenate: none !important; }
			body,table tr,table td,a, span,table.MsoNormalTable, .rev, .rev2{ font-family: Arial, Helvetica, sans-serif !important; }
		</style>
		<![endif]-->
		<style>
			:root { color-scheme: light dark; supported-color-schemes: light dark; }
			* {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: keep-all;-moz-hyphens: none;-ms-hyphens: none;-webkit-hyphens: none;hyphens: none;}
			*[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; }
			ReadMsgBody{ width: 100%;}
			.ExternalClass {width: 100%;}
			.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;}
			body {-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;margin:0 !important;}
			p { margin: 1em 0;}
			* img[tabindex="0"]+div { display: none !important; }
			div[style*="margin: 16px 0"] { margin: 0 !important; }
			table { border-collapse: collapse !important; border-spacing: 0 !important; margin: 0 auto !important; table-layout: fixed !important; }
			table, td { mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; }
			table td { border-collapse: collapse;}
			table table table { table-layout: auto; }
			img {outline:0;-ms-interpolation-mode: bicubic; }
			a img {border:none;}
			@-ms-viewport{ width: device-width;}
			html, .body { background: #e5eaeb !important; height: 100% !important; margin: 0 auto !important; padding: 0 !important; width: 100% !important; -webkit-font-smoothing: antialiased; }
			sup { vertical-align: top; position: relative; top: -0.5em; }
			.x-gmail-data-detectors, .x-gmail-data-detectors *, .aBn { border-bottom: 0 !important; cursor: default !important; }
			u+.body .gmail-blend-screen { background: #FFF; mix-blend-mode: screen; }
			u+.body .gmail-blend-difference { background: #FFF; mix-blend-mode: difference; }
			u+.body .keep-white { color: #ffffff !important; }
			u+.body .keep-dark { color: #00333F !important; }
			.link-a { color: #0585c8 !important; text-decoration: underline; }
			.link-a:hover { color: #0585c8 !important; text-decoration: none; }
			.buttonstyles:hover { background: -webkit-linear-gradient(#FFC20E 0%, #FFDF6B 100%) !important; background: -o-linear-gradient(#FFC20E 0%, #FFDF6B 100%) !important; background: linear-gradient(#FFC20E 0%, #FFDF6B 100%) !important; }
			.button-stroke { background: -webkit-linear-gradient(#FFDF6B 0%, #FF821C 100%) !important; background: -o-linear-gradient(#FFDF6B 0%, #FF821C 100%) !important; background: linear-gradient(#FFDF6B 0%, #FF821C 100%) !important; padding: 1px !important; }
			@media screen and (max-width: 600px) {
			    .resp-img { height: auto !important; margin-left: auto !important; margin-right: auto !important; max-width: 100% !important; width: 100% !important; }
			    .max-width-img { height: auto !important; max-width: 100% !important; }
			    .stack-column { direction: ltr !important; display: block !important; max-width: 100% !important; width: 100% !important; }
			    .stack-column-1 { padding-bottom: 10px !important; }
			    .stack-column-2 { text-align: center !important; }
				.stack-column-1, .stack-column-2 { padding-left: 0px !important; padding-right: 0px !important; }
			    .stack-column-1 img, .stack-column-2 img { margin: 0 auto; }
			    .stack-column-img { max-width: 100% !important; width: 100% !important; }
			    .desktop { display: none; }
			    .mobile { display: block; }
			}
			@media screen and (min-width: 601px) {
			    .desktop { display: block; }
			    .mobile { display: none; }
			}
			/* Copy dark mode styles for android support */
			/* Shows Dark Mode-Only Content, Like Images */
			[data-ogsc] .dark-img { display: block !important; width: auto !important; overflow: visible !important; float: none !important; max-height: inherit !important; max-width: inherit !important; line-height: auto !important; margin-top: 0px !important; visibility: inherit !important; }
			/* Hides Light Mode-Only Content, Like Images */
			[data-ogsc] .light-img { display: none; display: none !important; }
			/*Darkmode Styles*/
			@media (prefers-color-scheme: dark) {
			    /* Shows Dark Mode-Only Content, Like Images */
			    .dark-img { display: block !important;width: auto !important;overflow: visible !important;float: none !important;max-height: inherit !important;max-width: inherit !important;line-height: auto !important;margin-top: 0px !important;visibility: inherit !important; }
			    /* Hides Light Mode-Only Content, Like Images */
			    .light-img { display: none; display: none !important; }
			    .rev { color: #ffffff !important; }
			    .rev2 { color: #FF821C !important; }
			    .div-line { border-bottom: solid 1px #ffffff !important; }
				.darkmode { background-color: #4d4d4d !important; }
			    .darkmode2 { background-color: #222222 !important; }
			    .darkmode3 { background-color: #1b181d !important; }
				.darkmode4 { background-color: #00252D !important; }
			    .body, .center-wrap, .darkmode5 { background-color: #415154 !important; }
			    .darkmode-teal { background-color: #002831 !important;}
			    .footer-a { color: #ffffff !important; }
			    u+.body .footer-a { color: #ffffff !important; }
			    u+.body .gmail-blend-screen { background: #FFF; mix-blend-mode: screen; }
			    u+.body .gmail-blend-difference { background: #FFF; mix-blend-mode: difference; }
			}
		</style>
	</head>
	<body style="margin: 0; mso-line-height-rule: exactly; width: 100% !important; background: #e5eaeb; height: 100% !important; background-repeat: no-repeat !important;" class="body">
		<div style="font-size:0; line-height:0;">
			<custom name="opencounter" type="tracking" />
			<custom name="usermatch" type="tracking" />
		</div>
		<div style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">
			<!-- Preheader text : START --><!-- Preheader text : END -->  ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
		</div>
		<center style="width: 100%; width: 100% !important;" class="center-wrap">
			<!--[if mso]><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" align="center" style="width: 100%;"><tr><td style="background: #e5eaeb;" bgcolor="#e5eaeb"><![endif]-->
			<div style="max-width: 600px; margin: 0 auto;" class="email-container">
				<!--[if mso]><table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" style="width: 600px;"><tr><td><![endif]-->
				<table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" style="width: 100%; max-width: 600px;">
					<!-- OUTER CONTAINER : START -->
					<tr>
						<td style="padding: 0 10px 40px; background: #00333F;" class="darkmode4">
							<!-- WRAP : START -->
							<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
								<tr>
									<td align="center" style="padding: 0;">
										<!-- HEADER : START -->
										<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
											<tr>
												<td style="padding: 0; margin: 0;">
													<div data-type="slot" data-key="cdheadercontent" data-label="HEADER AREA - DROP CONTENT BLOCKS HERE."></div>
												</td>
											</tr>
										</table>
										<!-- HEADER : END -->
										<!-- HERO : START -->
										<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
											<tr>
												<td align="center" style="padding: 0px; background: #00333F;border-radius: 6px 6px 0 0 !important; overflow: hidden !important;" class="hero darkmode4">
													<div data-type="slot" data-key="cdherocontent" data-label="HERO AREA - DROP CONTENT BLOCKS HERE."></div>
												</td>
											</tr>
										</table>
										<!-- HERO : END -->
										<!-- MAIN CONTENT : START -->
										<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
											<tr>
												<td style="line-height: 1; background: #00333F;" class="darkmode4">
													<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
														<tr>
															<td bgcolor="#ffffff" align="center" style="border-radius: 0 0 6px 6px !important; overflow: hidden !important;" class="darkmode">
																<table cellspacing="0" cellpadding="0" style="width:100%">
																	<tr>
																		<td class="content responsive-td darkmode rev" valign="top" style="width: 100%; color: #495F69; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 26px; font-weight: 400;padding: 0; background-color: #FFFFFF; min-width: 100%;">
																			<div data-type="slot" data-key="cdemailcontent" data-label="BODY AREA - DROP CONTENT BLOCKS HERE."></div>
																		</td>
																	</tr>
																</table>
															</td>
														</tr>
													</table>
												</td>
											</tr>
										</table>
										<!-- MAIN CONTENT : END -->
										<!-- FOOTER MODULE : START -->
										<table role="presentation" cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
											<tr>
												<td style="padding: 0px; background: #00333F;" class="darkmode4">
													<div data-type="slot" data-key="cdfootercontent" data-label="FOOTER AREA - DROP CONTENT BLOCKS HERE."></div>
												</td>
											</tr>
										</table>
										<!-- FOOTER MODULE : END -->
									</td>
								</tr>
							</table>
							<!-- WRAP : END -->
						</td>
					</tr>
					<!-- OUTER CONTAINER : END -->
				</table>
				<!--[if mso]></td></tr></table><![endif]-->
			</div>
			<!--[if mso]></td></tr></table><![endif]-->
		</center>
	</body>

</html>
Email, SFMC, Template
Table of Contents
  • Central Dispatch Template Info
Keys & Kites
  • Docs
Keys & Kites 2025 ©