Forum Moderators: open
Often with copying from Word, if you have excessive spacing or tabs for alignment, these do not transfer well. From the limited info you have given, perhaps go back to the word doc, make sure all alignment is the same, and try it again.
Any specifics as to what is not lining up would help.
Good luck, WFN :)
We found the best way to import formatted word pages so you maintain tables etc was to save them as HTML in word.
You can then import HTML pages created in word and then apply the aptly named 'clean up word html' ;) command in DW to remove most of the unwanted tagging - then go to code view and find and replace the other code bloat.
If this still leaves you with anomolies try the notepad cut and paste manouvre again and check the source - it's sometimes amazing what MSword additives will make it through.
If the other chaps idea's don't solve the problem in its entirity another route is to load the text onto a blank DW page, and strip it that way, a little time consuming, but the end result, is a unformated text, in which DW can completely control, and also other scripts that you may wish to use can too (i.e. CSS, .js, etc.)
Well tried the clean up word command, told me it chamged a few things but the problems still remains when previewed, The page is one very long text document with no tables just plain paragraphs, about 1 third of the way down the paragraphs all finish shorter than the previous paragraphs, it sorts itself out just before the bottom of the page,
I saved it as a xml page and as a web page but when i went to import it into dreamweaver it told me i needed to specify a template, dont know what that's all about still new to all this.
Anyone no what do to next.
Thanks again Ian
If not, what does the code look like at the point where the formatting changes? Check, for instance, to make sure there are no improperly set blockquote or list tags, which Word sometimes translates from tab or margin settings.
Regards Ian.