page break

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

is there a way to force a page break if a person prints a
web page. I've tried putting in some text that just
contains chr(13) chr(10), but doesn't work. any
suggestions on how to do this?
 
I've only been able to achieve this with style sheets. For example:

<B style=""page-break-before:always"">&nbsp;</B>


good luck

-D
}
 
Back
Top