This conbody contains two <fn> footnote elements:

 <conbody>
   <p>I need to make a remark.<fn>This is the
   remark.</fn>Text continues …<fn>But as footnote:
   So does life.</fn>And voila. Fine!</p>
 </conbody>

Ditac converts the above to HTML as follows:

 <div class="conbody">
  <div class="p">I need to make a remark.<a
      href="#I_d38e16_" class="fn-link"><sup
      class="fn-callout">(1)</sup></a>Text continues
      …<a
      href="#I_d38e19_" class="fn-link"><sup
      class="fn-callout">(2)</sup></a>And voila. Fine!
  </div>
 </div>

   ISSUE: Lack of whitespace after each <a/> element
          (the footnote links). Looks ugly in the HTML output.

SOLUTION: EITHER let the converter add the necessary whitespace
          character. OR let the converter include a CSS rule
          that inserts the  whitespace character:

          a.fn-link:after{content:" ";}
-- 
Leif Halvard Silli

--
XMLmind DITA Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/ditac-support

Reply via email to