Incorrect output occurs when printing multiple Help topics from an HTML Help Workshop application (830609)
The information in this article applies to:
SYMPTOMSIf you print multiple Help topics from an HTML Help
Workshop application, style sheets may not be applied. Also, graphics on the pages may not print. Therefore, the printed output from the printed Help topics may not match the contents of Help topics of the application.CAUSETo print multiple Help topics, HTML Help concatenates the
BODY sections of each Help topic into one large temporary file. Links
to external resources, such as graphics, style sheets, and scripts, may not be
present in this file. Therefore, Microsoft Internet Explorer cannot locate
these resources when it renders the file and then prints the file.
We
have confirmed that HTML Help does not include the MS-ITS protocol for style
sheet resources. Therefore, Internet Explorer cannot locate these resources,
and Internet Explorer uses the default fonts, the default font sizes, and the default styles instead.WORKAROUNDTo work around this problem, use the MS-ITS protocol when
you author the LINK tag or the IMG tag. These tags link an HTML document to style sheets. To do this,
use HTML code that is similar to the following HTML code: For style sheets<LINK REL="stylesheet" MEDIA="all" TYPE="text/css" HREF="ms-its:proj1.chm::/cssdir/css1.css">
For graphics <img src="ms-its:proj1.chm::/files/image.jpg"> STATUS This
behavior is by design.REFERENCES
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
235226
HTML Help URL protocols
Modification Type: | Minor | Last Reviewed: | 10/13/2004 |
---|
Keywords: | kbtshoot kbprint kbhelpfile kbprb KB830609 kbAudDeveloper |
---|
|