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.org4033 Maple Rd, Amherst, NY 14226
(716) 834-0900 extension 7204