zzfive03
Programmer
- Jun 11, 2001
- 267
When you declare a form in HTML (<form>) it puts a space. I am on a portion of my page where space is critical to be kept at a minimum level. Is there a way to make my <form> and </form> not take that extra <br> line?
The only way I thought to do this is to put it in its own <td> and declare it such as:
<td STYLE='height:1px;><form></td>
Is this a correct solution? Is there a better way?
Thank you.
Mark
The only way I thought to do this is to put it in its own <td> and declare it such as:
<td STYLE='height:1px;><form></td>
Is this a correct solution? Is there a better way?
Thank you.
Mark