<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03/15/2017 03:03 PM, Matt Zabojnik
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAEOKyjCFsx8cBoXSuDq6wdwmNsyN3RfM++7aryQs5VuCrCZRYQ@mail.gmail.com"
      type="cite">None of the maps work in BP, all worked in Xiphos
      &amp; AndBible during my tests.</blockquote>
    <blockquote
cite="mid:CAEOKyjCFsx8cBoXSuDq6wdwmNsyN3RfM++7aryQs5VuCrCZRYQ@mail.gmail.com"
      type="cite">I'm thinking it's a front end issue of some kind.</blockquote>
    <font face="FreeSerif"><br>
      All Xiphos does is request content from the engine with
      module.renderText() and paste the result into the HTML widget.<br>
      <br>
      Er, well...  Adjust that: Pre-pasting, Xiphos analyzes received
      content for images in order to impose image resizing if necessary.
      But that only adds width/height specifications without altering
      the image reference itself.<br>
      <br>
      Hmm... Just now gdb'ing Xiphos and watching it get image-including
      headers from my NET module, the content returned from renderText()
      on the heading entry attribute looks like this:<br>
      <br>
      Original content as it appears in module:<br>
      &lt;img src="/images/netbible.jpg"/&gt;<br>
      <br>
      As rendered:<br>
      &lt;img
src=<a class="moz-txt-link-rfc2396E" href="file:/home/karl/.sword/modules/texts/rawtext/net//images/netbible.jpg">"file:/home/karl/.sword/modules/texts/rawtext/net//images/netbible.jpg"</a>
      border=0 /&gt;<br>
      <br>
      Note the double '/'. This says that there should be no difference,
      as to whether you include the leading '/' or not.<br>
      <br>
      I can't say how any of the other frontends deal with images.</font><br>
  </body>
</html>