• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Printing in HTML CSS

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Oracle report developer 6i for reporting purpose,and printing in Landscape/portrait (HTML CSS)format in A4 size paper but all my reports are not printed properly like first page is ok but every second page gets displaced little bit below than its original position and this continues and all my later pages displaced further and further.
I tried all options of seeting their properties but of no use.I also tried it by changing the browser's page set up property but all in vain.
Can any body suggest me something regarding this.
 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ashwani,
Why don't you go for the pdf option if you can?!!!
I do not think CSS reports have full control over it.
Have you tried the work arounds suggested in docs.
1.Modify the Before Report Value property. Add the following lines:
<STYLE>
P { page-break-after: always }
</STYLE>
2. Modify the After Page Value property. Add the following lines:
<P>
:
</P>
It may work if you are using html option instead of html-css.
Regards
Beksy
 
Ashwani Yadav
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ya I already tried this but of no use may be I am using HTML CSS.
No, I don't have any other option to leave this as anyhow I have to generate report in HTML CSS only so can you suggest me any workaround.
I would be very much thankfull to you.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic