Hi all,
I have a problem, Im trying to put this code on a simple Text/html module:
<!-- BEGIN: Constant Contact Bubble Opt-in Email List Form -->
<div align="center">
<table width="170" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr valign="top" bgcolor="#000000">
<td width="9" rowspan="2"> </td>
<td width="152" height="1" bgcolor="#000000"><img width="1" height="1" border="0" alt="" src="http://img.constantcontact.com/ui/images/spacer.gif" /></td>
<td width="9" align="right" rowspan="2"> </td>
</tr>
<tr>
<td width="152" height="8" bgcolor="#000000"><img width="1" height="1" border="0" alt="" src="http://img.constantcontact.com/ui/images/spacer.gif" /></td>
</tr>
<tr>
<td width="170" style="border-left: 1px solid rgb(0, 0, 0); border-right: 1px solid rgb(0, 0, 0);" colspan="3">
<div align="center">
<form style="" action="http://visitor.constantcontact.com/d.jsp" method="post" target="_blank" name="ccoptin">
<font style="font-weight: normal; font-size: 11px; color: rgb(255, 255, 255); font-family: Arial,Helvetica,sans-serif;">Please enter your e-mail address in the box below and click subscribe to join our mailing list.</font> <br />
<input type="text" title="Your Google Toolbar can fill this in for you. Select AutoFill" style="border: 1px solid rgb(153, 153, 153); font-size: 10px; font-family: Arial; background-color: rgb(255, 255, 255);" size="14" name="ea" /> <input type="submit" class="submit" style="font-size: 11px; font-family: Arial,Helvetica,sans-serif;" name="go" value="Join" /> <input type="hidden" name="m" value="1101922345186" /> <input type="hidden" name="p" value="oi" />
</form>
</div>
</td>
</tr>
<tr valign="bottom" bgcolor="#000000">
<td rowspan="2"> </td>
<td width="152" height="8" bgcolor="#000000"><img width="1" height="1" border="0" alt="" src="http://img.constantcontact.com/ui/images/spacer.gif" /></td>
<td align="right" rowspan="2"> </td>
</tr>
<tr>
<td width="152" bgcolor="#000000"><img width="1" height="1" border="0" alt="" src="http://img.constantcontact.com/ui/images/spacer.gif" /></td>
</tr>
</tbody>
</table>
</div>
<!-- END: Constant Contact Bubble Opt-in Email List Form -->
The module is on the left pane of the page and everytime I do it the content pane goes all the way down below the left pane, any idea what could be happening? I really need to put this form on that box. I tried to put it on an Iframe but the problem with that is the Iframe puts a white "frame" surrounding the html code, the container and the content must be black so I cant leave the code with a white box around it.
Any idea what could be happening?
All the help is alwasy appreciated.
Ed