Next in thread →
Next in month →
Re: DOCBOOK: Using a bitmap file as book title
/ Guy Thomas <> 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 <> | Never contend with a man who has
http://www.oasis-open.org/docbook/ | nothing to lose.--Graci\'an
Chair, DocBook Technical Committee |
Next in thread →
Next in month →