Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jan 2006
    Posts
    2,439

    Default Re: Changing the page size moves my stuff down

    Why that? Each Webbrowser is able to do a page break.

    Remi

  2. #12

    Default Re: Changing the page size moves my stuff down

    Well yes, a browser will print what can fit on a page then overflow onto the next page. But this is not graceful, correct or clean. I wouldn't consider what a browser does as a 'page break'.

  3. #13
    Join Date
    Apr 2007
    Location
    Knoxville, Tennessee, USA
    Posts
    111

    Default Re: Changing the page size moves my stuff down

    Quote Originally Posted by sledger View Post
    Well yes, a browser will print what can fit on a page then overflow onto the next page. But this is not graceful, correct or clean. I wouldn't consider what a browser does as a 'page break'.
    I have never added it to a page, but I access web pages that force printer page breaks with the following code:

    Code:
    <div style="page-break-before: always"></div>
    Tom aka Patent Guy (an engineer/patent attorney doing line drawings)
    www.KnoxPatents.com

  4. #14

    Default Re: Changing the page size moves my stuff down

    Interesting Tom, I've not come across that one.
    How ever it works, it does require that the web designer has added that code therefore it shows that the designer has considered printing *pages* - which is the point I think

  5. #15
    Join Date
    Apr 2007
    Location
    Knoxville, Tennessee, USA
    Posts
    111

    Default Re: Changing the page size moves my stuff down

    Quote Originally Posted by sledger View Post
    Interesting Tom, I've not come across that one.
    I miss the days of programming in TinyBASIC, which only had about 25 commands. I used to be conversant in several programming languages in those days. Now, modern languages have so many commands and functions that it is difficult to keep up with them. I'm not good at any of 'em.
    Tom aka Patent Guy (an engineer/patent attorney doing line drawings)
    www.KnoxPatents.com

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •