OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: height border attributes in imagedata


On Mon, Mar 04, 2002 at 08:02:41PM +0200, Togan Muftuoglu wrote:
> Hi,
> 
> How can I use the attributes *height* *border* and *alt* in <imagedata/>
> 
> This is what I want to insert in to the HTML
> 
> <A href="http://sourceforge.net"> <IMG
>   src="http://sourceforge.net/sflogo.php?group_id=42064" width="210"
>   height="62"
>     border="0" alt="SourceForge Logo"></A>
> 
> This is what  I thought would solve my problem yet nsgml complains there
> are no attributes height and border :-(
> 
> How do I tag it ?
> 
> <ulink url="http://sourceforge.net">http://sourceforge.net</ulink>
> 
> <mediaobject>
>       <imageobject>
> 	<imagedata fileref="http://sourceforge.net/sflogo.php?group_id=42064"
> 	  width="210" height="62" border="0"/>
>       </imageobject>
>       <textobject>
> 	<para>SourceForge Logo</para>
>       </textobject>
>     </mediaobject>
> 

1.  Replace height="62" with depth="62".
There is no attribute to control border.

2.  Replace <para>SourceForge Logo</para> with
            <phrase>SourceForge Logo</phrase>
    inside the <textobject>.

3.  Bookmark this reference:
"DocBook: The Definitive Guide"
http://docbook.org/tdg/en/html/docbook.html
so you can look these up.  8^)

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
Caldera International, Inc.                 fax:   (831) 429-1887
                                            email: bobs@caldera.com


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC