I know its possible to force a page break inside a .xhtml file using the style page-break-before:always;. Two questions:
Does it have a value of 'none'?
If so could this be used to suppress the automatic page break at the start of a new .xhtml file?
I've had a look through a few books on HTML & CSS that I've got but couldn't find anything about this style.
|