Confirmation Letter
by Donna Torr
HTML
<div>
<h1 style="text-align:center;">
Keith Mauney & Associates Ultrasound Training Institutes
</h1>
<p style="text-align:center;">
I’m pleased to confirm your seat at our upcoming course in Dallas, Texas at the Hilton Las Colinas Homewood
Suites Hotel in Irving. You are going to enjoy this powerful learning experience. Call on me for any assistance;
we’ll delight in helping in ay way at all.
</p>
<p style="text-align:right;">
Amy Donaldson, Registrar (972) 353-3200 <a href="mailto:[email protected]?subject=Assistnce%20request%20from%20upcoming%20Guest">EMAIL</a>
</p></div>
<div>
<table bgcolor="#f3f3f3">
<tbody>
<tr>
<td class="top" ><h2>
Dallas Fort Worth
International Airport</h2>
<h3>DFW</h3>
</td>
<td><img src="https://www.kmaultrasound.com/images/email/confirmation/Confirmation_letter_2018_html_59ec3383.jpg"/></td>
</tr>
<tr>
<td>Text</td>
<td>Image</td>
<td>Address</td>
</tr>
</tbody>
</table>
</div>
</div>
CSS
table {
width:100%;
text-align:center;
}
td.top {
width:60%;
}
td {
width:33%;
}
h3 {
color:grey;
}