neilgee
2/15/2014 - 11:10 PM

Zurb Ink Newsletter HTML MarkUp - wrapping a Containing Table in a Full Width Fluid Row

Zurb Ink Newsletter HTML MarkUp - wrapping a Containing Table in a Full Width Fluid Row

<body style="background:#b9e5ff;">
	<table class="body" style="background:#b9e5ff;">
		<tr>
			<td class="center" align="center" valign="top">
				<center>
				<!-- Email Content starts-->
					<table class="row header" bgcolor="#205D7A" style="background:#205D7A;"><!--full width row wrapper-->
						<tr>
							<td class="center" align="center">
								<center>
									<table class="container"><!--start of container-->
										<tr>
											<td>
												<table class="row">
													<tr>
														<td class="wrapper last">
															<table class="twelve columns">
																<tr>
																	<td>
																	        row content in here	
																	</td>
																	<td class="expander"></td>
																</tr>
															</table>
														</td>
													</tr>
												</table>
											</td>
										</tr>
									</table><!--end of container-->
								</center>
							</td>
						</tr>
					</table><!--end of full width row wrapper-->
				<!-- Email Content ends-->
				</center>
			</td>
		</tr>
    </table>
  </body>
</html>