Forum Moderators: open
Thanks,
Ross
madcat: I put the underscore in the posting to prevent the tag from messing up the html generated by WebmasterWorld. Sorry for the confusion.
This is on a page being developed in MS Visual Studio dotNet. dotNet is inserting a form tag at the very begining of the html, right after the body tag. It is not in a TD or any other tag.
Before posting I tried adding a
style="margin-top: -10px; padding-top: -10px"
I'll try working the form into a td tag and see if that relieves things at all. Otherwise I'll post some trimmed down code.
Thanks again.
I wonder what the possible rationale could be for requiring that a form be inside a table element? Hmmm...
<body>
<form>
content
</form>
</body>
If the closing form tag is anywhere except right before the closing body tag the spacing problems you mention will happen.
At least that's been my experience.