OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] image in <bookinfo>


> -----Original Message-----
> From: Rico Leuthold 
> 
> Thank you for the information. The image in the <bookinfo> 
> tag is now  
> working. Next step I want to do is, to customise the alignent of the  
> image and the title. It should look like the DocBook: The Definitive  
> Guide page 
> (http://www.oasis-open.org/docbook/documentation/reference/ 
> html/docbook.html). Image on the left, title and other 
> bookinfo stuff  
> aside. Is this a xsl titlepage customisation as well, or can it be  
> done with a css for html outpt ?


Here is one way to emulate the DG title page style. 

1. In the title page spec file, set the following:

<t:titlepage-separator>
    <br clear="all"/>
    <hr/>
</t:titlepage-separator>

(This generates working but deprecated HTML. The "clear" style can be
applied in other ways. See
http://www.w3.org/TR/html4/present/graphics.html#adef-clear).

2. In the title page spec file, make sure that <mediaobject/> (or
<graphic/>) is specified before <title/> and other bookinfo elements inside
<t:titlepage-content>. 

3. In the XML source, set align="left" for the image.


/MJ




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]