
12 May
2012
12 May
'12
6:01 p.m.
onehtml path (incorrect) img alt="[Note]" src="images/note.png"
normal path (correct) img alt="[Warning]" src="../../../../../doc/src/images/warning.png"
How do I fix this?
Any idea?
The answer to all questions like this lies here: http://docbook.sourceforge.net/release/xsl/current/doc/html/index.html Looks like admon.graphics.path is the one to set for that one, you may need to set others for stylesheets etc. You can also use the html target, but just turn off chunking to get the same effect - don't ask me how, I remember doing it in the past, but not what I had to set :-( HTH, John.