docbook-apps

Re: [docbook-apps] Note Box

  • 1.  Re: [docbook-apps] Note Box

    Posted 01-26-2015 12:41
    Hi,

    Docbook's default output is plain HTML, without styling. To add borders to notes (and other style changes) for HTML output, you need to use a CSS stylesheet. For notes, for example, you'd want to do something like:

    div.note {
    border: 1px solid black;
    }

    For more, see:

    http://www.sagehill.net/docbookxsl/UsingCSS.html

    ------
    David Goss , Technical Writer
    Frontier Science | www.fstrf.org
    4033 Maple Rd, Amherst, NY 14226
    (716) 834-0900 extension 7204