Next in thread → Next in month →

Re: Note Box

From
Joydeep Chakrabarty <>
Date
2015-01-26T14:50:57+00:00
ID
ma5k80$rp6$
Thread
Re: Note Box
Thanks, That works.

Thanks.

On Mon, 26 Jan 2015 07:40:36 -0500, David Goss wrote:

> 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
> 
> ----- Original Message -----
> From: "Joydeep Chakrabarty" <>
> To: "docbook-apps" <>
> Sent: Sunday, January 25, 2015 10:29:58 AM Subject: [docbook-apps] Note
> Box
> 
> 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.
> 
> <?xml version='1.0'?>
> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
>                    "http://www.oasis-open.org/docbook/xml/4.5/
> docbookx.dtd">
> <book lang="en">
> <bookinfo><title>My first DocBook document</title></bookinfo>
> 
>   <chapter>
>     <title>TEST DOCBOOK</title>
>     <note>
>         <title>This is Note</title>
>         <para>This is test.</para>
>       </note>
>   </chapter>
> </book>
> 
> Thanks.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
Next in thread → Next in month →