If you know what your users will insert, the save option is to make this part on a separate page so that it can be easily inserted.
By default, MS-Word will give the same formatting, but the width is always fixed, which can cause some problems (too wide or too narrow).
Another thing to keep in mind is that copying from a website always follows an HTML stream, not how it can be displayed in a browser. Thus, all inserted data must be contiguous in HTML.
Be careful:
- absolute positioned elements, overlays, etc.
- Elements that are scripted or dynamically loaded using Ajax
Scripts will always be dropped
To test this, just paste something into the word and save the word file in HTML. See how it looks.
source share