Solving layout issues created by <form> tags
I have noticed that when I add a form to my asp page a line break is added to the page. There is no <br> or <p> tag but the line break appears in my page when displayed in a browser and it affects my page layout. Is there a way around the form tag to not add a space or line break at the end of the form?
here is the code :
<table>
<tr>
<td>
<h3>Before Form Tag.
</td>
</tr>
<tr>
<td>
<form>
Inside form
</form>
</td>
</tr>
<tr>
<td>
<h3>After Form Tag.
</td>
</tr>
</table>
This will disturbed the page layout.this will work well with the FF but not worked in IE8 Released version.
Regards,
Dharmesh
__________________
dharmeshtandel
|