![]() |
Boost Docs : |
From: Andy Little (andy_at_[hidden])
Date: 2006-07-08 08:48:27
"Joel de Guzman" <joel_at_[hidden]> wrote in message
news:e8nige$6v6$1_at_sea.gmane.org...
> Andy Little wrote:
>> 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?
>
> Is that possible at all with DocBook? If no, then there's no way, I
> guess. If yes, then you can probably use escapes.
I think it is possible using DocBook. I will see if I can get it working with
escapes and if so put the code up FWIW in case anyone finds it useful.
regards
Andy Little