Hello all,
I have been trying to write a docbook file. I am using <note> element.
But I cannot see the note box (or borders) in my output html file. What
am I missing here? Here
is my code.
"http://www.oasis-open.org/docbook/xml/4.5/
docbookx.dtd">
<book lang="en">
<bookinfo></bookinfo>
<chapter>
<note>
<para>This is test.</para>
</note>
</chapter>
</book>
Thanks.