Hello,
I am facing one problem in my HTML code,actually I have long HTML code that I am viewing by IE6/NN6.2.
What I want in this is that it should break in pages for printing purpose.
Sending you for your reference one sample code, here in this while I am viewing it through my browser's print preview the next page get displaced little bit below(you can check it by seeing both pages, the second page heading i.e Testing List gets displaced little bit below than its original place)...and I am having so many pages(nearly 100) like this and every page gets displaced little bit below and so on..
Even though I tried it by putting the following lines of code in it:
<STYLE TYPE="text/css"> P { page-break-after: always } </STYLE>
----
----
----
<P CLASS="breakhere">
But this also is of no use...
I am facing one problem in my HTML code,actually I have long HTML code that I am viewing by IE6/NN6.2.
What I want in this is that it should break in pages for printing purpose.
Sending you for your reference one sample code, here in this while I am viewing it through my browser's print preview the next page get displaced little bit below(you can check it by seeing both pages, the second page heading i.e Testing List gets displaced little bit below than its original place)...and I am having so many pages(nearly 100) like this and every page gets displaced little bit below and so on..
Even though I tried it by putting the following lines of code in it:
<STYLE TYPE="text/css"> P { page-break-after: always } </STYLE>
----
----
----
<P CLASS="breakhere">
But this also is of no use...