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: DOCBOOK: height border attributes in imagedata


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>

--
Togan Muftuoglu
Unofficial SuSE FAQ Maintainer
http://dinamizm.ath.cx




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


Powered by eList eXpress LLC