Probably to do with the fact that you are missing some closing tags for things (the table, form, etc). Also because of that it makes your proxified pages look like garbage (see screen shot attached).
Try this code, with actual closing tags, though I really hate the use of the table
Code:
<form method="get" action="http://tech.groups.yahoo.com/subscribe/ProxyUnblock">
<table cellspacing="0" cellpadding="2" border="0" bgcolor="#00FF00">
<tr>
<td colspan="2" align="center">
<em>Subscribe to ProxyUnblock</em>
</td>
</tr>
<tr>
<td>
<input type="text" name="user" value="enter email address and press enter" size="50">
</td>
<td>
<input type="image" border="0" alt="Click here to join ProxyUnblock" name="Click here to join ProxyUnblock" src="http://us.i1.yimg.com/us.yimg.com/i/yg/img/i/us/ui/join.gif">
</td>
</tr>
<tr align="center">
<td colspan="2">
Powered by <a href="http://tech.groups.yahoo.com/">
</td>
</tr>
</table>
</form>
Bookmarks