Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title>Infowebs Email Design</title>
	<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
	</__body>
		<table>
			<tr>
				<td>
					Header
				</td>
			</tr>
			<tr>
				<td style="background-image:url('https://lc.infowebs.nl/images/newsletter/lcbg.png');">
					Banner
				</td>
			</tr>
			<tr>
				<td>
					Body
				</td>
			</tr>
			<tr>
				<td>
					Footer
				</td>
			</tr>
		</table>
</__html>
Does anyone know why Outlook 2016 is not showing the background ?


