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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


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