A
asavtch
Hi all
Maybe slightly off topic but don't know where else to ask
I've compiled a .chm help manual using Microsoft's HTML Help Workshop.
Some of the source html files include .bmp, .png and .jpg pictures.
Now I've got two problems:
1) On the screen the help looks allright but when I select the topmost
heading and print it choosing "Print the selected heading and all
subtopics" then an empty frame with a small red cross is printed
instead of every picture
However
when I select a topic and print it choosing "Print the selected topic"
then the pictures are correctly printed.
2) I use html tables and in the header of the file with a table I put
<STYLE TYPE="text/css">
TABLE {FONT-SIZE: 100%;}
</STYLE>
and then in html body
<FONT FACE=Tahoma SIZE=2>
...
Again everything is OK on the screen but when printed the table text
appears one or two points larger than the rest of the text
Could anyone advise me on how to resolve these two things?
Many thanks
Maybe slightly off topic but don't know where else to ask
I've compiled a .chm help manual using Microsoft's HTML Help Workshop.
Some of the source html files include .bmp, .png and .jpg pictures.
Now I've got two problems:
1) On the screen the help looks allright but when I select the topmost
heading and print it choosing "Print the selected heading and all
subtopics" then an empty frame with a small red cross is printed
instead of every picture
However
when I select a topic and print it choosing "Print the selected topic"
then the pictures are correctly printed.
2) I use html tables and in the header of the file with a table I put
<STYLE TYPE="text/css">
TABLE {FONT-SIZE: 100%;}
</STYLE>
and then in html body
<FONT FACE=Tahoma SIZE=2>
...
Again everything is OK on the screen but when printed the table text
appears one or two points larger than the rest of the text
Could anyone advise me on how to resolve these two things?
Many thanks