﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name = "Basic: Image in Middle" description = "A centered image with two links on each side." preview="html" type="block">
<insertText location="beforeSelection">
<![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="4">
  <tbody><tr>
    <td width="20%" style="text-align: center;"><a href="#">Lorem</a></td>
    <td width="20%" style="text-align: center;"><a href="#">Ipsum</a></td>
    <td width="150"><a href="#"><img src="" name="Logo" alt="logo name" width="150" height="70" border="0" style="background-color: #cccc99;"></a></td>
    <td width="20%" style="text-align: center;"><a href="#">Dolar</a></td>
    <td width="20%" style="text-align: center;"><a href="#">Sic</a></td>
  </tr></tbody>
</table>
]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
