neilgee
2/15/2014 - 11:15 PM

Zurb Ink Container Only (12 column) Mark Up

Zurb Ink Container Only (12 column) Mark Up

<table class="container"><!--start of container-->
	<tr>
		<td>
			<table class="row">
				<tr>
					<td class="wrapper last">
						<table class="twelve columns">
							<tr>
								<td>
								content in here	
								</td>
								<td class="expander"></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table><!--end of container-->