Create Printable webpage

C

Chris K

I have lot of A4 size MS Word document I would like to convert to webpage -
but the page loses proportions and cant be printed in the same way

Are there any rules/tips for converting Word documents into printable A4
pages?

Using a big table? Can I set page set up?
 
R

Ronx

Best way (also the easiest): Convert the Word
documents to PDFs

Worst Way: Convert the documents to HTML -
creates bloated pages that may (or more likely)
may not, render and print in modern browsers
(modern here means later than IE5).

Intermediate: Create a new page and copy/paste
as text only from the Word document into the new
page. Then style the new page to resemble the
Word document. This includes adding heading tags
<H1> </H1>, <h2>..</h2> etc where appropriate.
Result is as good as your HTML/CSS skills.


Chris K wrote on 07/09/2010 :
I have lot of A4 size MS Word document I would
like to convert to webpage - but the page loses
proportions and cant be printed in the same way
Are there any rules/tips for converting Word
documents into printable A4 pages?
Using a big table? Can I set page set up?

Best way (also the easiest): Convert the Word
documents to PDFs

Worst Way: Convert the documents to HTML -
creates bloated pages that may (or more likely)
may not, render and print in modern browsers
(modern here means later than IE5).

Intermediate: Create a new page and copy/paste
as text only from the Word document into the new
page. Then style the new page to resemble the
Word document. This includes adding heading tags
<H1> </H1>, <h2>..</h2> etc where appropriate.
Result is as good as your HTML/CSS skills.

--
Ron Symonds - Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp/wf-menu.aspx
Microsoft is closing this newsgroup - for details
of why and where to go see
http://www.rxs-enterprises.org/fp/newsgroup-closure.aspx
 

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

Top