Discussion:
Alias and mapping problem
(too old to reply)
Jim
2008-07-06 17:59:06 UTC
Permalink
I'm using HTML Help Workshop v 4.74.8702.0. My mapping and aliases work
well until I try to map to a specific part of a .htm file - a bookmark.
Examples of what does not work below.

Alias:
IDH_WITNESS=Witness Information.htm#Cooperative

Map:
#define IDH_WITNESS 9014

Does anyone know how to do this?

I'm writing the map and alias .h header files with Notepad and the .htm
files with FrontPage 2000, v4.0.2.6625, SP-3.
Rob Cavicchio
2008-07-07 01:51:58 UTC
Permalink
Post by Jim
I'm using HTML Help Workshop v 4.74.8702.0. My mapping and aliases work
well until I try to map to a specific part of a .htm file - a bookmark.
Examples of what does not work below.
IDH_WITNESS=Witness Information.htm#Cooperative
#define IDH_WITNESS 9014
Normally this works, even though you get a bogus error in the compiler.

The first thing I would try is removing the space from your HTML file name.


********************
Rob Cavicchio
***@mvps.org
Ulrich Kulle [MVP]
2008-07-08 15:10:49 UTC
Permalink
Hello Jim,

adding to Rob's comment, I think after changing blank to underscore the
additional note (see section "ALIAS file" and "MAP file") at my site is
useful too:
http://help-info.de/en/Help_Info_HTMLHelp/hh_context-id.htm
--
Best regards
Ulrich Kulle
Microsoft MVP - Help
***********************************
http://www.help-info.de
***********************************
Post by Jim
I'm using HTML Help Workshop v 4.74.8702.0. My mapping and aliases work
well until I try to map to a specific part of a .htm file - a bookmark.
Examples of what does not work below.
IDH_WITNESS=Witness Information.htm#Cooperative
#define IDH_WITNESS 9014
Does anyone know how to do this?
I'm writing the map and alias .h header files with Notepad and the .htm
files with FrontPage 2000, v4.0.2.6625, SP-3.
Loading...