Quote:
Originally Posted by RatherBWriting
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;
}