﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name = "Multiple Parts" description = "Two lists of links, plus copyright information, separated by horizontal rules." preview="html" type="block">
<insertText location="beforeSelection">
<![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="2">
  <tbody><tr> 
    <td colspan="2"> <hr noshade size="5"> </td>
  </tr>
  <tr> 
    <td width="10%" style="text-align: right;">Lorem</td>
    <td width="100%"><a href="#">Lorum</a> &#149; <a href="#">Ipsum</a> &#149; 
      <a href="#">Dolar</a></td>
  </tr>
  <tr> 
    <td width="100%" style="text-align: right;" colspan="2"> <hr noshade size="1"> </td>
  </tr>
  <tr> 
    <td style="text-align: right;">Ipsum</td>
    <td width="80%"><a href="#">Lorum</a> &#149; <a href="#">Ipsum</a> &#149; 
      <a href="#">Dolar</a> &#149; <a href="#">Sic Amet</a> &#149; <a href="#">Consectetur</a></td>
  </tr>
  <tr> 
    <td width="100%" style="text-align: right;" colspan="2"> <hr noshade size="1"> </td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
    <td width="100%" style="font-size: 0.6em;">©2001 Lorem Ipsum Dolar Lorem ipsum dolor 
      </td>
  </tr>
  <tr> 
    <td width="100%" style="text-align: right;" colspan="2"> <hr noshade size="1"> </td>
  </tr></tbody>
</table>]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
