John Maddock wrote:
How about using CSS classes to limit the effect?


You're going to have to explain some more: as far as I can see all images are given the same class-name when the XML to HTML translation is done, and we have no control over that? Likewise I don't see how I can change to a different stylesheet for a specific HTML page (without doing post-processing on the HTML which I really want to avoid).

I'm not a CSS expert... but...

Here's the html of a typical image generated by Quickbook/Boostbook:

<span class="inlinemediaobject">
<img src="../images/note.png">
</span>

If I'm not mistaken, it is possible to further decorate that.
For example:

<span class="valign_middle">
<span class="inlinemediaobject">
<img src="../images/note.png">
</span>
</span>

I know it's a hack... but...

Cheers,
--
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to