﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name = "Title and List" description = "A list of links with a heading on top." preview="html" type="block">
<insertText location="beforeSelection">
<![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="4"><tbody><tr><td style="background-color: #999999;">Lorem</td></tr><tr><td style="background-color: #cccccc;"><a href="#">Ipsum</a></td></tr><tr><td style="background-color: #cccccc;"><a href="#">Dolar</a></td></tr><tr><td style="background-color: #cccccc;"><a href="#">Sic Amet</a></td></tr><tr><td style="background-color: #cccccc;"><a href="#">Consetetur</a></td></tr><tr><td style="background-color: #cccccc;"><a href="#">Sadipscing</a></td></tr></tbody></table>]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
