View Single Post
Old Yesterday, 01:34 AM   #25
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,919
Karma: 9553607
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Try the following:

Code:
  <div class="center block">

      <p class="hindent">This is a stanza</p>

      <p class="hindent">This is a stanza of beautiful poetry and a very quite long one</p>

      <p class="hindent">This is a stanza of beautiful poetry and the most long stanza in this poetry</p>

      <p class="hindent1">This is a stanza of beautiful poetry</p>

      <p class="hindent">This is a stanza of beautiful poetry</p>

      <p class="hindent">This is a stanza of beautiful poetry</p>

      <p class="hindent1">This is a stanza of beautiful poetry</p>

      <p class="hindent">This is a stanza of beautiful poetry</p>

      <p class="hindent">This is a stanza of beautiful poetry</p>

      <p class="hindent1">This is a stanza of beautiful poetry</p>

      <p class="hindent">This is a stanza of beautiful poetry</p>

      <p class="hindent">This is a stanza of beautiful poetry</p>

  </div>
and

Code:
.block {
    margin: 1em 0;
    display: block;
    width: fit-content; 
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
Click image for larger version

Name:	One.png
Views:	13
Size:	110.7 KB
ID:	221748 Click image for larger version

Name:	Two.png
Views:	13
Size:	105.8 KB
ID:	221749

Of course, this "solution" is not working on ADE 2.x.

Last edited by RbnJrg; Yesterday at 01:39 AM.
RbnJrg is offline   Reply With Quote