Questions about converting Word into HTML?

  • Thread starter Thread starter The Miz is Really Awesome
  • Start date Start date
T

The Miz is Really Awesome

Guest
How can I convert a Microsoft Word document into an HTML file without it being distorted? Another question, how can I add the meta tags to the Word document? This is really frustrating. Can someone help me?
 
Dont use Word to author html. Its bloated and your code would become a mess. You need a WYSIWYG editor that allows you to also edit the SOURCE html.

Download NVU

http://net2.com/nvu/

Normal View = what you see is what you get. Just copy the text from Word and Paste in this view. IT should keep all formatting (paragraphs, bold, italics, line breaks, etc)
Source View = shows you teh source of the html and this is where you can add in html tags, hence your HTML tags..

NVU is a Dreamweaver clone.
 
Dont use Word to author html. Its bloated and your code would become a mess. You need a WYSIWYG editor that allows you to also edit the SOURCE html.

Download NVU

http://net2.com/nvu/

Normal View = what you see is what you get. Just copy the text from Word and Paste in this view. IT should keep all formatting (paragraphs, bold, italics, line breaks, etc)
Source View = shows you teh source of the html and this is where you can add in html tags, hence your HTML tags..

NVU is a Dreamweaver clone.
 
Back
Top