joelwenzel
Programmer
- Jun 28, 2002
- 448
I'm having a problem with a page I'm creating. It is set up like the this.
-----------------------------------------------------
| MENUBAR |
-----------------------------------------------------
| |
| Header |
| |
-----------------------------------------------------
In between the menubar and header there is a <form> tag. It is inserting a space between the menubar and header. When I remove the form tag, the space is gone. In IE, I was able to solve the problem by writing <form style="display:inline"> but the problem still exists in netscape.
-----------------------------------------------------
| MENUBAR |
-----------------------------------------------------
| |
| Header |
| |
-----------------------------------------------------
In between the menubar and header there is a <form> tag. It is inserting a space between the menubar and header. When I remove the form tag, the space is gone. In IE, I was able to solve the problem by writing <form style="display:inline"> but the problem still exists in netscape.