Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Simple Footer problem
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Phillip Ian, post: 467174"] Are there form elements in your header and footer? If not, you could just move the <form></form> stuff inside the main content cell. I tried this: <body> <table cellspacing="0" cellpadding="0" border="1" width="100%"> <tr height="60"> <td>Header Goes Here</td> </tr> <tr> <td> <form id="Form1" method="post" runat="server"> Main Content<br> </form> </td> </tr> <tr height="60"> <td>Footer Goes Here</td> </tr> </table> </body> I don't see any empty space under the table when I make the content cell large enough to make the page scroll. -Phil [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Simple Footer problem
Top