As Tony points out using Word for saving text in to a web form is a bad idea.
You may have the original text in Word, but if you copy paste it, it will include lots of MS Office specific code which is mostly garbage from our perspective. When doing such a copy-pats, take the text from Word, to Notepad, and then, after that, in to the webform/textarea/custom page.
Some software has methods of cleaning up Word Generated HTML.
Later versions of Office are getting increasingly better at saving doc as html, with pretty clean html as a result. Dreamweaver has specific functions for cleaning up Word html, and even
TinyMCE has plugins for cleaning up Word HTML directly when pasting a document in to TinyMCE.
So those are reasons, with others, used to avoid MS Office as a text source for clean sites.
Tony, we are not here to guide newbies from scratch. We presume some initial cunning and knowledge in basic web authoring since we do not have the time to baby-sit people learning html and mysql and ftp from the absolute beginning.
It may seem harsh to some, but that is our take on this. Help to self-help, if you will.
Opinions? Send me a PM.