I want to insert pagebreak characters into html text, so that if a user copies the text and pastes into MS Word or Mac Pages, the breaks are included.
Note I don't need these characters to have any behaviour in the html, I just need them to be included in the text copied and pasted by the user.
Is there a way to put pagebreak characters into html?
Edit This is not for printing, this is for copying and pasting into WYSIWYG programs, so print css will not work, it needs to be something the clipboard will transfer.