I have a web page that i am making it dynamically, it has few files combined into one.
A few is a graph representation in excel format converted to htm, that i am reading and putting the data into my we page to give a collective look.
The page is prefectally fine when we view the page but when i take printout of the page the images does not come right, the image of second file that needs to come after the page break comes into the second page.
ie i have some things like that
1. File
image 1.1
image 1.2
2 File
image 2.1
image 2.2
when i take a print out it comes like that
page1:- File 1 image 1.1
page2: -File 2 image 2.2 and below that you can see file 1 image 1.2
page 3:- File 2 image 2.1
page 4 :- Blank page
Please help me out with this i have tried putting neccessary break between images with <hr> and <div> for insert page break before : always.
Thanks in advance for the help.