Hi Thomas,
The extra white line is in your JSP page. If you want to get rid of it,
replace something like this:
<% blah blah blah %>
<HTML>
with:
<% blah blah blah %><HTML>
this will give you one less line break.
--
Ernst
Thomas Kwan wrote:
> Anyone knows how to get rid of the extra lines in HTML pages
> that are generated from Orion server?
>
> I am using jsp to dynamically return a file to the browser. The
> file somehow has 30-something empty lines in the begining. And
> I remember seeing this behaviour in the HTML pages also.
>
> thanks
> thomas
>
>
>