﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name = "Basic: Image on Left" description = "An image on the left, with links on the right." preview="html" type="block">
<insertText location="beforeSelection">
<![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="4">
  <tr>
    <td bgcolor="#999999"><a href="#"><img src="" name="Logo" width="150" height="70" border="0" style="background-color: #CCCC99"></a></td>
    <td align="right" bgcolor="#999999"><a href="#">Lorem</a> &#149; <a href="#">Ipsum</a>&nbsp;</td>
  </tr>
</table>]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
