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?
 
Try asking your question in an HTML-related newsgroup. This is not
ASP.Net-related.
 
I've only been able to achieve this with style sheets. For example:

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


good luck

-D
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top