﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name = "Form: 2 Fields" description = "A form containing two fields and a button." preview="html" type="block">
<insertText location="beforeSelection">
<![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="2">
  <tr> 
    <td align="center" bgcolor="#000000"><font color="#CCCCCC">Lorem</font></td>
    <td>&nbsp;</td>
    <td align="center" bgcolor="#DEDECA"><a href="#">Ipsum</a></td>
    <td>&nbsp;</td>
    <td align="center" bgcolor="#DEDECA"><a href="#">Dolar</a></td>
    <td width="100%">&nbsp;</td>
  </tr>
  <tr> 
    <td colspan="6" bgcolor="#000000"> <table width="100%" border="0" cellspacing="0" cellpadding="8">
        <tr> 
          <form name="n">
            <td width="100%" bgcolor="#CCCCCC" colspan="2"> <p>Lorem<br>
                <input type="text" name="textfield">
              </p>
              <p>Ipsum<br>
                <input type="text" name="textfield2">
              </p>
              <p> 
                <input type="submit" name="Submit" value="Dolar">
              </p></td>
          </form>
        </tr>
      </table></td>
  </tr>
</table>]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
