Results 1 to 2 of 2

Thread: Page Break on a Web Page

  1. #1

    Thread Starter
    Addicted Member TheGoldenShogun's Avatar
    Join Date
    Mar 2001
    Location
    VA/MD... anywhere around the beltway
    Posts
    236

    Cool Page Break on a Web Page

    Does anybody know a way to place a Page Break at a certain location on your web page using either HTML or JavaScript?

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    If you mean for printing purposes:

    Code:
    <DIV STYLE='page-break-before:always'></DIV>
    This will only work in IE 5+ currently
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

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



Click Here to Expand Forum to Full Width