skip to content
Notes && Anecdotes
A decorative, semi-related stock photo that adds less value than this comment.

Center content in HTML mails for OWA

emaillitmusoutlookputsmail

Edit: Stop what your doing. It’s hurting, I know. Go read The Easy Way of Sending Newsletter Emails.

Outlook Web App is horrible.

https://litmus.com/community/discussions/1354-email-content-and-table-centering Lead me to write

<html>
	<body>
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td align="center">
					<table width="600" border="0" cellpadding="0" cellspacing="0">
						<tr>
							<td style="text-align: left">ADD ALL YOUR STUFF HERE</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</body>
</html>

Which worked when testing mail-send using https://putsmail.com