﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name = "Basic: Brief Text" description = "A list of links, with copyright information below." preview="html" type="block">
<insertText location="beforeSelection">
<![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#CCCCCC">
  <tr> 
    <td> <p><a href="#">Lorum</a> | <a href="#">Ipsum</a> | <a href="#">Dolar</a> 
        | <a href="#">Sic Amet</a> | <a href="#">Consectetur</a></p>
      <p><font size="-1">©2001 Lorem Ipsum Dolar <a href="#">Sic Amet</a> &#149; 
        <a href="#">Consectetur</a></font></p></td>
  </tr>
</table>]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
