
John Maddock-3 wrote
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
Yes, this worked! <xsl:param>admon.graphics.path=../../doc/src/images/
to set others for stylesheets etc.
I already had this for that: <xsl:param>html.stylesheet=../../doc/src/boostbook.css Thanks a lot! --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-quickbook-incorrect-image-path-for-... Sent from the Boost - Dev mailing list archive at Nabble.com.