View Single Post
Old 12-27-2023, 09:42 PM   #19
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,552
Karma: 6613969
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by PilcrowandStanza View Post
Ruben, thank you!

I've almost got it! It's full page with 1 line of text below, but it's reflowing!

Should the <figure> HTML go after the <div class> or inside it?
Don't use a div class (in this case, to get a full page image), just the <figure> tag. Maybe tomorrow I can upload an epub, so you can watch better how the things work. Bit if you want to use a div, then the structure is:

Code:
<div>
    <figure>
         ....
         ....
    </figure>
</div>
By the way, where are you testing your code?

Last edited by RbnJrg; 12-27-2023 at 09:57 PM.
RbnJrg is offline   Reply With Quote