When setting up a form button, I always seem to get a portion of space underneith this button....almost as though the button automatically puts a <p> or <br> after closing the form tag. Please see attached image to see what I mean - in this image, I've put borders on the table so you can see how much space I'm talking about.
The code I'm using is :
<td>
<form target="example" action=https://www.example.com/example method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="example@example.com">
<input type="image" src="images/viewcart.gif" border="0" name="submit">
<input type="hidden" name="display" value="1">
</form>
</td>
How can I do it so there is absolutely NO space under the form tag ?
Attachment: formspacing_picture.jpg (Downloaded 260 times)
|