NZ_Kiwis
08-15-2008, 05:10 AM
This is a example of a problem i have, once I have this code it ALWAYS has a line after the form like a <p> is there... why?
<table border="1" width="100%" id="table1">
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td align=\"center\"></td>
<td align=\"center\"><form method=\"POST\" enctype=\"functions/promo.php\">
<input type=\"text\" name=\"T1\" size=\"10\" style=\"font-family: Verdana; font-size: 8pt\"><input type=\"submit\" value=\"recalculate\" name=\"B1\" style=\"font-family: Verdana; font-size: 8pt\">
</form>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
<table border="1" width="100%" id="table1">
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td align=\"center\"></td>
<td align=\"center\"><form method=\"POST\" enctype=\"functions/promo.php\">
<input type=\"text\" name=\"T1\" size=\"10\" style=\"font-family: Verdana; font-size: 8pt\"><input type=\"submit\" value=\"recalculate\" name=\"B1\" style=\"font-family: Verdana; font-size: 8pt\">
</form>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>