"Joel de Guzman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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 >> [EMAIL PROTECTED]://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 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
