Below is a simplified version of my code:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>
<body style="font-size: 36px">
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="min-width:100%" bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<table align="center" width="720" height="3653" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="720" valign="top" colspan="14">
<img src="" width="720" height="207" border="0" style="display:block" alt=""></td>
</tr>
... (content continues)
</tr>
</table>
</div></body>
</html>
I'm facing issues with alignment within a 720 unit width, particularly the elements in row three and the icons at the bottom. The icons have varying widths to sum up to 720 but don't align properly:
The screenshots below demonstrate the misalignment issue:
Image 1
https://i.stack.imgur.com/eR1lI.png
Image 2