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


Reply via email to