I made a HTML for a word document and created it via file_put_contents('document.doc', $html_source);
The problem is that the style used as following:
style='page-break-before:always'
Doesn't do anything.
Any ideas or solutions?
Here is an example of what I am trying to do: http://bytes.com/topic/html-css/answers/720863-page-break-html-word-email