email-template.html 2.98 KB
<!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>
		<title>WooBay Email</title>
		<meta name="viewport" content="width=device-width" />
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
	</head>

	<body bgcolor="#FFFFFF" style="font-family: 'Helvetica Neue', 'Open Sans', sans-serif, Helvetica; color: #868686; font-size: 15px; line-height: 27px; margin: 0; padding: 0;">
		
		<!-- HEADER -->
		<table width="100%" style="margin-left: -2px; margin-top: 30px; margin-bottom: 30px;">
			<tr>
				<td style="display: block !important;  max-width: 600px !important; margin: 0 auto !important; padding: 0 !important; clear: both !important;">
					<img src="http://img.ebay.com.au/cache/share/link-logo-header.png" alt="eBay Sync Logo" style="max-width: 100%;" />
				</td>
			</tr>
		</table>
		<!-- /HEADER -->

		<!-- BODY -->
		<table width="100%" style="border-bottom: 1px solid #ebebeb; border-top: 1px solid #ddd">
			<tr>
				<td align="center" bgcolor="#FFFFFF" style="display: block !important; max-width: 600px !important; margin: 0 auto !important; clear: both !important;">
					<div align="center" style="max-width: 600px; padding: 0; margin: 0 auto; display: block;">
					<table width="100%" >
						<tr>
							<td>
								<h3 style="font-family: 'Helvetica Neue', 'Open Sans', sans-serif, Helvetica; color: #777777; font-size: 24px; font-weight: 400; margin-top: 24px; margin-bottom: 24px;">Hi,</h3>
								
								{{content}}
								
								<table width="100%" style="margin-left: -2px; margin-top: 55px; margin-bottom: 20px;">
									<tr>
										<td style="display: block !important;  max-width: 600px !important; margin: 0 auto !important; padding: 0 !important; clear: both !important;">
											<img src="http://img.ebay.com.au/cache/share/link-logo-footer.png" alt="eBay Logo" style="max-width: 100%;" />
										</td>
									</tr>
								</table>


							</td>
						</tr>
					</table>
					</div>

				</td>
			</tr>
		</table>
		<!-- /BODY -->

		<!-- FOOTER -->
		<table width="100%" style="border-top: 1px solid #cbcbcb;">
			<tr>
				<td bgcolor="#FFFFFF" style="display: block !important; max-width: 600px !important; margin: 0 auto !important; clear: both !important;">
					<div style="max-width: 600px; padding: 0;  margin-top: 10px; display: block;">
						<table>
							<tr>
								<td>
									<p style="font-family: 'Helvetica Neue', 'Open Sans', sans-serif, Helvetica; font-size: 11px; line-height: 18px; font-weight: 400; color: #868686;">Copyright &#169; 2016 eBay Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. eBay and the eBay logo are trademarks of eBay Inc.</p>
								</td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
		<!-- /FOOTER -->

	</body>
</html>