Hi
I need to print out a PHP/HTML page so that it will look like a MicroSoft word document.
The document will vary in length from one document to the next depending on the amount of extra information entered into each template but all must print in the same manner - i.e - the person’s details must start to print at the top of the page. The next section like personal interests must start at the top of a page.
All the pages need a header and a footer that must only print and should not display on the page that displays in the browser.
I have tried CSS page break after as well as page break before but this hasn’t worked.
Is there any way that I can do this???
Thanks in advance