View Single Post
Old 01-16-2019, 12:25 PM   #6
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,809
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by sjfan View Post
Thanks a lot! That info was enough to find RbnJrg's post here: https://www.mobileread.com/forums/sh...d.php?t=258519

The saving grace is that the lines I posted are as long as things get (most are shorter), so even at 18pts it usually wouldn't wrap on a larger e-reader. I'll play with that solution and decide whether it's viable or not.
Hi sjfan;

I think you're refering to this post:

https://www.mobileread.com/forums/sh...80&postcount=8

But you can follow this another aproximation:

Code:
<body>
  <p>Here's a full line to start this dumb poem,</p>

  <p class="inlined">This line it ends</p>

  <p class="inlined1">and then</p>

  <p class="inlined2">the next begins</p>

  <p>And now the sample's coming to an end.</p>
</body>
and

Code:
p {
   text-align: left;
   text-indent: 0;
   line-height: 1.2em;
   margin: 0;
}

.inlined, .inlined1, .inlined2 {
   display: inline;
}

.inlined1 {
   vertical-align: -1.2em;
}

.inlined2 {
   vertical-align: -2.4em;
}
Below you can see how it looks under ADE:

Click image for larger version

Name:	Image1.png
Views:	242
Size:	54.3 KB
ID:	169137

I attach the respective epub.

Regards
Rubén
Attached Files
File Type: epub Inlined Text.epub (2.1 KB, 275 views)
RbnJrg is offline   Reply With Quote