Can not add the page break when converting asp to excel

L

Linda

Hi,
I am using an export to excel functionality from my ASP
page.

I have tried
<p style="page-break-before: always;"></p>


and


<style type="text/css">
..break{page-break-before: always;}
</style>


But it seems no work. I really take a page break for a particular row.
How can I do it?
 
Top