This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to do floating images


On 20010810 22:21 (Friday), M.-A. DARCHE wrote:
> it produces the following HTML output
> <div class="mediaobject"><img src="woody.png" align="right"></div>

Sorry, align="right" here has nothing to do with floats


> Alternatively you can use the following approach for HTML only
> 
> If you have the following image element
> <mediaobject>
> <imageobject>
> <imagedata fileref="woody"/>
> </imageobject>
> </mediaobject>
> 
> You can use a CSS with those line inside :
> .mediaobject {
>     float: right;
> }

This one works though it applies to all mediaobjects, not just
imageobject. So it's not that good either :-(


-- 
Marc-Aurčle DARCHE  <http://ma.darche.free.fr>
AFUL <http://www.aful.org>
Association Francophone des Utilisateurs de Linux/Logiciels Libres
French speaking Linux and Free Software Users' Association

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]