View Single Post
Old 06-18-2023, 07:14 PM   #15
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,771
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by RatherBWriting View Post
Thank you! I didn't know that. I'll try and figure out a different way to center these four lines.

Grateful for your quick response -
RatherBWriting
Code:
<p>*</p>
<p class="center">“Happy birthday to you,</p>
<p class="center">Peace and happiness to you,</p>
<p class="center">May your life be filled with gladness,</p>
<p class="center">Happy birthday to you!”</p>
<p>*</p>
Code:
.center  {
  text-align: center;
  text-indent: 0;
  margin-top: 0.2em;
}
JSWolf is offline   Reply With Quote