View Single Post
Old 04-06-2024, 11:38 AM   #416
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,147
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by iupiter View Post
why is it not possible to split epub 3 files directly?
I ran into this also. It had me puzzled.

I think it is because of the containerization (is that the proper description)
A simple LOOKING heading, may be 7 layers deep in Divs
Code:
<div class="heading1">

      <div class="heading-contents1">

        <div class="element">

          <div class="element">

            <h1 class="element-title1" id="calibre_pb_0">1</h1>

          </div>

        </div>

        <div class="element">

          <h2 class="element-subtitle" id="calibre_pb_1">THE PHOENICIA HOTEL, MALTA, EARTH</h2>

        </div>

        <div class="heading-image-block">

          <div class="heading-image-size-container">

            <img src="../images/00004.jpeg" alt="" class="heading-image-image" data-amznremoved="mobi7"/>

            <img height="120" alt="" class="heading-image-image1" src="../images/00003.jpeg" width="120" data-amznremoved-m8="true"/>

          </div>

        </div>

      </div>

    </div>
All that for 3 lines (includes an image)


Did I guess the why correct?
theducks is offline   Reply With Quote