FireFox Page Break Does not work - Please Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Golfingdad
    New Member
    • Oct 2008
    • 1

    FireFox Page Break Does not work - Please Help

    Hello

    Please be gentle as I'm a rookie HTML person :) ...In fact, I use Go LIve CS2 to create my HTML...I'm now (this week) starting to use Adobe's Dreamweaver CS4...

    My issue is that I have HTML that is used locally at the PC level...It's a series of JPGs, tables, and text boxes that can be printed out in a report format (converted to a PDF if you will)...

    In IE6 & IE7, I used this code to force a page break:


    <div class="break">& nbsp;</div>


    In Fire Fox, the generated HTML output looks fine...However, if I try to print it, the objects are truncated and appear to be in between the individual pages...My theory is that the &nbsp is causing the problems

    I guess I'm asking is how does one force page breaks in Fire Fox?

    Thanks
  • AutumnsDecay
    New Member
    • Mar 2008
    • 170

    #2
    Have you defined the "break" div in a stylesheet? You will need to set the width and height manually for it to be displayed properly.

    Comment

    Working...