This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Using a bitmap file as book title


/ Guy Thomas <Guy.Thomas@ubizen.com> was heard to say:
| I want to use a jpeg file as the book title with the following xml code
[...]
| Where exactly do I put this code?
| 
| Separately under <book><title>...</title> or
| between the <title> tags?

In the title:

<title><mediaobject>
<imageobject>
<imagedata fileref="xxx.jpg"
           format="JPG"
    align="left"
    depth="92"
    width="127"
/>
</imageobject>
</mediaobject></title>

| How do I get a <title> line in the <head> section of my html file?

You should get that automatically from the book title.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Never contend with a man who has
http://www.oasis-open.org/docbook/ | nothing to lose.--Graci\'an
Chair, DocBook Technical Committee |

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]