﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name = "Basic Tabs" description = "A set of links, with the current-page link displayed against a solid background to show that it's selected." preview="html" type="block">
<insertText location="beforeSelection">
<![CDATA[<table border=0 cellspacing=0 cellpadding=0>
	<tr>
		<td width=20>&nbsp;</td>
		<td width="100" align="center" bgcolor="#999999">Lorem</td>
		<td width="20">&nbsp;</td>
		<td align="center" width="100"><a href="#">Ipsum</a></td>
		<td width="20">&nbsp;</td>
		<td align="center" width="100"><a href="#">Dolar</a></td>
		<td width="20">&nbsp;</td>
		<td align="center" width="100"><a href="#">Amit</a></td>
		<td width="20">&nbsp;</td>
	</tr>
	<tr>
		<td height="1" colspan="10" bgcolor="#CCCCCC"><table height="1" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td> </td></tr></table></td>
	</tr>
</table>
  ]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
