1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

I need help with MS HTML help workshop

Discussion in 'Other PC Software' started by icicatl, 2009/08/06.

  1. 2009/08/06
    icicatl

    icicatl Inactive Thread Starter

    Joined:
    2009/08/06
    Messages:
    3
    Likes Received:
    0
    Hi,

    I used MS HTML Help Workshop to create the help file for my application. The *.chm file I created works pretty good, but when I copied the *.chm file to another computer, I can only see the contents tree and the right side of the windows showing "Navigation to the webpage was canceled." Even I copied the whole folder containing the original *.html files, it still didn't work. I think it is the problem of referring to the *.html files when creating *.chm file. Can anybody tell me how to fix it? I want my *.chm to be viewed on any computer, not just mine.

    I had tried to check if it is the problem of XP SP2 protection, but I didn't find any option to unblock the file coming from another computer after right clicking the *.chm and selecting properties.

    Thank you in advance!
     
  2. 2009/08/08
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Did you use relative links for the html pages? In other words, don't use <a href= "domain/folder/file.xxx ">Link</a>.

    Link to other pages with <a href= "folder/file.xxx ">Link</a>.

    Don't use an absolute (full) path to the file in the anchor. Use a relative path.

    http://www.motive.co.nz/glossary/linking.php
     
    Last edited: 2009/08/08

  3. to hide this advert.

  4. 2009/08/12
    icicatl

    icicatl Inactive Thread Starter

    Joined:
    2009/08/06
    Messages:
    3
    Likes Received:
    0
    Thank you Tony for your warm help!

     
  5. 2009/08/12
    icicatl

    icicatl Inactive Thread Starter

    Joined:
    2009/08/06
    Messages:
    3
    Likes Received:
    0
    Thank you Tony for your warm help!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.