Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

whitespace in Netscape 6 browser

Status
Not open for further replies.

smsinger3

Programmer
Oct 5, 2000
192
US
Hello. This problem is driving me nuts. I have created many web pages using ASP.Net/VB.Net. When I view the pages in Netscape, I get whitespace on the top of the browser. This does not happen in IE. I've narrowed the problem down to 3 lines. Here they are:

<input type=&quot;hidden&quot; name=&quot;__EVENTTARGET&quot; value=&quot;&quot; />
<input type=&quot;hidden&quot; name=&quot;__EVENTARGUMENT&quot; value=&quot;&quot; />
<input type=&quot;hidden&quot; name=&quot;__VIEWSTATE&quot; value=&quot;dDwt..blahblahblah..&quot; />

.Net puts these directly underneath the form tag. (I figured this out by saving the web page to an .html file and playing with the html in netscape)

How can I remove the whitespace from the top of the browser???

Thanks!

SteveS
sms@hmbnet.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top