This HTML code seems to work: the page looks as I intended it. I have checked it multiple times, but it's difficult to tell how to improve. I would like somebody to review and point out any mistakes or bad practices, or other recommendations to make it better.
This is to be output as an email:
<!DOCTYPE: html><!-- variable:eHead -->
<html>
<title>Commentary Notification</title>
<body style="margin: 0">
<div align="center">
<table cellpadding="0" cellspacing="0" width="600" bgcolor="#FFFDF2">
<tr>
<td style="padding: 5px 0px 5px 0px;" bgcolor="#FFFDF2">
<tr>
<td align="center"><a href=""><img alt="" src="" width="600" height="110" style="display: block; font-family: Helvetica, Arial; color: #000000; font-size: 14px; padding: 0px 5px 0px 5px;" border="0"></a>
</td>
</tr>
<tr>
<td></td>
</tr>
</td>
</tr>
<!-- variable: eBody -->
<tr>
<td style="padding: 5px 0px 5px 0px;">
<tr>
<td bgcolor="#FFFDF2" colspan="2" style="padding: 0px 0px 0px 0px; font-size: 32px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #0A3775; text-shadow: 2px 2px 2px FFFDF2; text-align: center;">New Commentary Available</td>
</tr>
<tr>
<td colspan="2" align="center" style="padding: 0px 45px 0px 45px; font-size: 16px; line-height: 22px; font-family: Helvetica, Arial, sans-serif; color: #062145;">A new commentary has been posted to the Commentary Blog.</td>
</tr>
</td>
<!-- Variable: eBodyHead -->
<table style="padding: 5px 0px 5px 0px;" cellpadding="0" cellspacing="0" width="600">
<tr bgcolor="FFFDF2" style="padding: 15px 15px 15px 15px;">
<table border="0" cellpadding="0" cellspacing="0" width="571">
<tr>
<td style="width:224px;" align="Left" style="padding: 0px 0px 10px 68px; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #323232; letter-spacing:-1px; text-shadow: 1px 1px 1px #888888;">Commentary:</td>
<td align="Left" style="width:327px; padding: 0px 0px 10px 20px; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #323232; letter-spacing:-1px; text-shadow: 1px 1px 1px #888888;">Current Item</td>
</tr>
<tr>
<td style="width:224px;" align="Left" style="padding: 0px 0px 10px 68px; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #323232; letter-spacing:-1px; text-shadow: 1px 1px 1px #888888;">Posted By:</td>
<td align="Left" style="width:327px; padding: 0px 0px 10px 20px; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #323232; letter-spacing:-1px; text-shadow: 1px 1px 1px #888888;">Created By</td>
</tr>
<tr>
<td style="width:224px;" align="Left" style="padding: 0px 0px 10px 68px; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #323232; letter-spacing:-1px; text-shadow: 1px 1px 1px #888888;">Category:</td>
<td align="Left" style="width:327px; padding: 0px 0px 10px 20px; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #323232; letter-spacing:-1px; text-shadow: 1px 1px 1px #888888;">Cat</td>
</tr>
<tr>
<td colspan="2" align="center" style="padding: 0px 0px 0px 0px; font-size: 13px; line-height: 20px; font-family: Helvetica, Arial, sans-serif; color: #323232;"> To access this Commentary post please click on the following link:</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td colspan="2" style="text-align: center; padding: 0px 0px 0px 10px"><a href="https://community.statestr.com/sites/SSgATradingDesk/SSgAMarketCommentaries" style="text-decoration: none; color: #D25C29;">Commentary Blog→</a>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</tr>
</table>
<!-- Variable: eFoot -->
<table align="center" bgcolor="#E5E4D0" cellpadding="0" cellspacing="0" width="600" style="padding:0px 5px 0px 5px">
<tr>
<td>
<tr>
<td align="left" style="font-family: Helvetica, Arial, sans-serif; color: #162656; font-size: 12px; padding: 10px 15px 10px 15px; line-height: 18px; display: block;">This email and any files transmitted with it are confidential and intended solely for the use of the individual/s or entity to whom they are addressed. Please notify <span style="text-decoration: none" color="#888888">Email adress</span> immediately if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.</td>
</tr>
</td>
</tr>
</table>
</div>
</body>
</html>
</html>