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: epub heading levels and centered images


Hi,

I am still struggling with my epup3 conversion.

How do I get heading levels that are really visually different?
Looks like for chapters and the first section level I get
h2 class title and then below I get h3 class title.

But I can not even visually address them in the CSS....
I'd really love to have proper h1, h2, h3, .. with working CSS.

Here is what I see at chapter level:

<body>
  <section class="chapter" title="2. First Steps" epub:type="chapter"
id="FirstSteps">
    <div class="titlepage">
      <div>
        <div> <h2 class="title">2. First Steps</h2> </div>
      </div>
    </div>
...

Here is what I see at sec level:

<body>
  <div class="sect1" title="Preferences">
    <div class="titlepage">
      <div>
        <div><h2 class="title" style="clear: both"
id="Preferences">Preferences</h2></div>
      </div>
    </div>
  ...

And then at at sect2:
<div class="sect2" title="General Preferences">
  <div class="titlepage">
    <div>
      <div><h3 class="title" id="PreferencesGeneral">General Preferences</h3>
    </div>
  </div>
</div>


And no matter what I try for css, my figures are never centered, but always
left aligned.
I only can get the caption to center.

cheers
afx
-- 
http://afximages.com/


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