Skip to main content
Known Participant
September 11, 2007
Answered

External Link - How to give link from a sub-project topic to a master project topic

  • September 11, 2007
  • 3 replies
  • 665 views
Hi all,

I've created a master project and two sub-projects and merged both these sub-projects into the Master One.

I went through all the external link topics covered in this forum.

Through this i was able to give link from a master project topic to a sub-project topic.

However, i need your help to achieve the following two things:

First one:
=======
I need to give to give a link from a sub-project topic to a master-project topic....

For eg. Introduction topic is found in the Master Project

when i click a button in a topic found in the Sub-project (merged into the masterone), i should be able to view the Introduction topic.

How can this be achieved....

Second one:
==========
I've manually included a home button in each header and footer of all the topics (as per requirement), which opens the Welcome topic present in the master project) - pretty easier

However, i'm struggling to give link to the home button present in the merged sub-project to open the Welcome topic of the Master project.

Pls guide me how to achieve this....

Thankx in advance....
This topic has been closed for replies.
Correct answer RoboColum_n_
Try removing the underscores from your CHM file names, relink and compile. You should not use underscores or any other special characters.

3 replies

RoboColum_n_
RoboColum_n_Correct answer
Legend
September 11, 2007
Try removing the underscores from your CHM file names, relink and compile. You should not use underscores or any other special characters.
usurekaAuthor
Known Participant
September 13, 2007
Thanks a lot colum...it's workingggggggggggggggg.....a small underscore created a big story.......Thankzzzz :-))
RoboColum_n_
Legend
September 11, 2007
OK. Are you saying that the link does not work from the sub-project's CHM file or when you preview it inside RH? Both the CHMs must be in the same directory? If you are using the master.chm::/introduction.htm syntax for your link note that no directory is specified meaning that both files must be in the same physical location. Can you provide us with the syntax used for the remote topic link?
usurekaAuthor
Known Participant
September 11, 2007
This is the actual situation colum.

I've created the Master project and My colleague has created the sub-project. She has to refer (provide link) to some of my master project topics in her file. And i also need to refer(provide link) to some of her sub projects in my file. Finally i need to merge the sub-project into my master project and handover to my project Manager

Note: Neither of us were able to provide link in their respective files this using remote topic option.

I thought on my part, let me try to provide link after merging her project to mine:

1. I got her chm file and merged in to my master project (automatically the sub-project.chm is placed into my directory, once when i merge her project).

2. Then using remote topic option, i give links to the relevant sub-topics from my master project.

3. But my colleague was not able to provide the relevant links to the master project.

I do understand that this should be done, before merging the projects. Hence she followed the below steps:

Before merging the projects, she copied my master.chm into her project directory and used remote topic option to give links, but still it says page cannot be displayed.

I've pasted the syntax here:

<a title=Previous
href="abc_xyz_Help_Guide.chm::/Introduction.htm"><img
src="image3.gif"
style="border: none;
width: 24px;
height: 24px;
border-style: none;
border-style: none;"
width=24
height=24
border=0></a>


Pls guide me...
Peter Grainge
Community Expert
Community Expert
September 11, 2007
Are you generating webhelp or .CHM help?

Linking for webhelp is covered in the Merging WebHelp topic on my site.

For the home button, why not put it on the toolbar so that it is done once for every topic? That is also covered on my site.
Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
usurekaAuthor
Known Participant
September 11, 2007
I'm creating a chm help using RH6.
Ofcourse i've added the home button in the Navigation bar...but still as per requirement i need to include 3 buttons (Previous, Home and Next button) in all the topics (as header and footer)...

Ok any assistance for the first question which i've raised....thankx in advance...
RoboColum_n_
Legend
September 11, 2007
Hi usureka. One possible way around this would be to use a redirect topic. This little beauty of RH functionality is provided free of charge by the RoboWizzard himself in his tips 'n tricks file. Just look for "redirection" in the index. All you'd need to do is assign the redirect topic to jump to your introduction topic (e.g. master.chm::/introduction.htm).