View Single Post
Old 12-04-2023, 10:46 AM   #4
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,141
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Now you get to learn the Calibre Editor
(The basic cut and paste is easy), but invest a bit of time and learn REGEX (there are tutorials here at MR, how I learned )
And find and Move the code block containing the Image to where it should be.

Here is a sample of what one might look like:
Code:
<div class="h100">
      <img alt="" class="h100"  src="../Images9780451477903_Flameout_TX.jpg"/>
    </div>
The DIV is the block (contains the image or text) class= is the look and feel control (in CSS)
theducks is offline   Reply With Quote