Word doc
Posted on Jan 08, 2009 under xn--zqqs84h3is.com | edit... but how does one import a Word doc into 1st page and maintain page breaks
The screen is not a paged medium. If you want "pages" - export to a pdf. If you want real HTML, don't let Word do it*. Export to Ascii text and then do the markup yourself. 1st Page can take a 1st cut at turning an ascii text file into HTML** (basically wrapping it in HTML and adding
tags) Paragraph tags would be better and you can do a search and replace on
replacing with
, then going back and adding a / to close each paragraph. For shorter docs its not too bad.
_________________________
* Word (or any word processor) does a hash of writing HTML by writing all kinds of non-standard tags in an attempt to allow documents to go a round-trip between a *.doc to *.html and back again. It is NOT A PRETTY SIGHT.
**the command is under FileConvert text file -> HTML document
#If you have any other info about this subject , Please add it free.# |