I was looking online when I came across a trick for converting Word documents into HTML. Now, using Word to convert is really not a good idea, and hand coding can be time consuming. So here is a trick I just learned. Keep in mind that I'm operating under two assumptions for this, that you're using some version of Microsoft windows and that you are using Mozilla Firefox. First, if you have not already sign up for GMail via this link. What you want to do after that is use one of your other email accounts to send your document to your GMail account. Once you select the email you sent yourself, GMail gives you the option to View in HTML as I highlighted in the image below:
Now all you have to do is right click on the page and click on "View Page Source" just as I highlighted in this next image:
Now you need to copy/paste the source code. Then open Notepad. Paste the text you copied from the source code and save the file as Chapter Whatever.html. Now you can format quickly without screwing it up with Word's web page conversion.
Oh, and just so that I don't forget to give credit where it is due, I am posting a link where I found out about this trick. I hope you all find this information helpful.