If you look at this page you will see that I have a note:
This note style was created using HelpnDoc:
As you can see, I decided to introduce a small image, which I left aligned. I then had to add the following custom css .rvps18 {padding-bottom: 20px;}
so that the note would encompass the bottom of the icon:
It all works fine. The problem I am having now is with my CHM build of the project. In my CHM file the same note looks like this:
It hasn't applied the same custom CSS that I added. That is logical. So I went into the CHM settings this time. But look:
It does not seem to offer the same custom CSS options. I thought I would try and make my own template by copying the standard one and making changes that way. But I encountered two problems.
Issue 1
When I view the source in the CHM file for my page it has:
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
This latter hnd.css
file is nowhere to be seen. Where is it being included from as it is not in the template folder?
Issue 2
I create a new CSS file and add in the same custom CSS but I can't work out how to include this CSS file in the compilation.
In short, I am trying to add the same custom CSS code to the CHM project so that the note will look the same in the CHM file as it does in the HTML file and I can't work out how to do it.