Results 1 to 4 of 4

Thread: Translating a Word Doc to HTML - Easy way out?

  1. #1
    Join Date
    Nov 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Translating a Word Doc to HTML - Easy way out?

    I know this is going to sound like I'm being lazy, or this is a really dumb question, but I don't if there is an easy way out of this....

    I have a word document with ALL different texts/fonts/formats and I need to turn it into HTML so that I can post it on shareasale for our affiliate program. Is there an easy way to do this or do I have to re-do the whole thing word for word with HTML?

    Thanks for the help!

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Word can just export as a webpage, .htm
    However, this outputs really bad code, so it's not great practice.
    Using it to make a web version of a document is fine, but don't use word to design a website.
    This is just a warning... 'cause it's more setup for internet explorer and causes weird bugs in other browsers.
    Generally speaking, outputting a single document as a webpage is probably just fine.
    Note that you may lose a small bit of formatting, just due to the translation to html where some features aren't available, but it should be overall very similar.

    I think its file> save as webpage....

    Hope this helps.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Yes, you can. However, as djr33 suggested, it's a rather bad idea Much better would be to export it to a universal format intended for documents, such as PDF or PostScript. If you absolutely must use HTML, it would be smarter to rewrite it from scratch. There are fundamental differences between word processing documents and web pages. Word processors are designed to be printed. This means that certain things are common that are a very bad idea on the Web, where there are many additional variables, such as fixed-size fonts or reliance upon a fixed page size. The Web simply doesn't work like that, and so designs will not translate well between the two.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Having a PDF/Postscript file, or better yet, the original .doc to download is a good idea.
    I'd provide the html version of the word file as an "alternate", knowing that it'll be a preview for the download and/or just for lazy users who don't want to download.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •