OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] htmlhelp & draft image


Patrick Eisenacher wrote:

> but disappears in the generated chm file. Is anybody else seeing this 
> behaviour or am I missing something?

The problem is that Help compiler doesn't analyze CSS files so it 
doesn't know about your image. You can add it manually to your project 
by using following parameter:

<xsl:param name="htmlhelp.hhp.tail">
[FILES]
Graphic/draft.png
</xsl:param>

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------

S/MIME Cryptographic Signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]