Success! (screen shot of the table in the e-mail)

I would like to make a couple of modifications though. The last column doesn't seem to separate the rows like the first 2 columns and I'd like some buffer space after the longest Location Address (to improve readability). Spacing is fine between the first 2 columns. I usually don't create header and body variables for e-mails, but I followed the example provided by Kaoru in her demo. Here are my results:
Header variable: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><html><head><style type="text/css"> h3,p,tr,td {font-family:'Verdana';line-height:1.25;} td { border-color:#e0e0e0; padding: 2px 5px;} th {background:rgb(231, 235, 240); border-color:#e0e0e0; border-bottom:1px solid #abb8bd; padding: 2px 5px; font-style:italic;} a { color:#b61234; text-decoration:none; } a:visited { color:#b10069; }</style></head><body>
Detail variable: <p><b>Detail</b></p><table border="1" style="margin-left:20px;border-collapse:collapse;border:1px solid #e0e0e0"><tr><th>Agent ID</th><th>Location Address</th><th>Time Zone</th></tr>[HTMLstring]</table>
Here is the properties String Builder for Body associated with the e-mail (screen shot):

DAP