Quote:
Originally Posted by Turtle91
Warning - channeling my inner Tex here 
|
Here is the code that works the best.
Code:
<div class="copy">
<p>Introduction copyright © 1989 Hui Corporation</p>
<p>Text copyright ©1956 Hui Corporation</p>
<p>Republished in 2012</p>
<p>All rights reserved.</p>
</div>
Code:
p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em;
}
.copy {
font-size: small;
text-indent: 0;
margin-top: 0.8em;
}
div.copy p {
text-indent: 0;
}