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: Control border attribute on imagedata?


Hi,

I haven't found a way to control the border attribute on the imagedata
element.

Can someone please confirm that this is not possible.

I want to get rid of the blue/purple border on the image link.

Is there any other way to control this? Using CSS?

Input:

<link linkend="ID_21000">
  <inlinemediaobject>
    <imageobject>
      <imagedata fileref="images/function/32x32/21000.png" /> 
    </imageobject>
  </inlinemediaobject>
</link>

Preferred output:

<a href="ch03s01.html" title="21000 (Product)">
  <span class="inlinemediaobject">
    <img src="images/function/32x32/21000.png" border="0">
  </span>
</a>

Thanks,

Simon.


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


Powered by eList eXpress LLC