NMS Template not working in Outlook 2016

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
musicscore
Power Poster
Power Poster
Posts: 444
Joined: Wed Jan 25, 2006 11:53 am
Location: Netherlands

NMS Template not working in Outlook 2016

Post by musicscore »

I trying to build a nms template and started with the code below :

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>
This works in the webclient Roundcube, but in Outlook 2016 there is now background.

Does anyone know why Outlook 2016 is not showing the background ?
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1625
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: NMS Template not working in Outlook 2016

Post by DIGI3 »

I don't think Outlook supports background images in tables, but if you Google for the issue you'll find various workaround methods or alternatives.
Not getting the answer you need? CMSMS support options
musicscore
Power Poster
Power Poster
Posts: 444
Joined: Wed Jan 25, 2006 11:53 am
Location: Netherlands

[Solved] Re: NMS Template not working in Outlook 2016

Post by musicscore »

Thank you DIGI3

I found that Outlook is really a difficult mail client to create html templates for. (Again Microsoft, and I say that as a Certified Microsoft specialist). I think I'm gonna say to my client(s) that if they want/need a special template in NMS I need to buy one from a professional e-mail template creator.

Thank you again DIGI3 for your quick reply.
Post Reply

Return to “Layout and Design (CSS & HTML)”