![]() |
Boost Docs : |
From: Andy Little (andy_at_[hidden])
Date: 2006-07-07 04:22:39
Hi,
I am trying to produce (something equivalent to) the following html output (to
conform to sourceforge).
<a href="http://sourceforge.net">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=170593&type=4"
width="125" height="37" border="0" alt="SourceForge.net Logo" />
</a>
However I cant get the extra attribute information in. The best I can do with
the Quickbook image attribute (using boost-1.33.1 BTW) is
[@http://www.sourceforge.net
[$http://sourceforge.net/sflogo.php?group_id=170593&type=4]]
which produces
<a href="http://www.sourceforge.net" target="_top"><span
class="inlinemediaobject"><img
src="http://sourceforge.net/sflogo.php?group_id=170593&type=4"></span></a>
If I put anything else in it gets tagged onto the URL and spaces are substituted
and so on. Is there any way to get the width, height, border and alt attributes
for an image in QuickBook?
regards
Andy Little