Quote:
Originally Posted by soundsfromsound
I am comfortable with editing CSS and HTML, so if you know of a workaround fix, please let me know!
|
Show us the current CSS+HTML.
I'd have something like:
Code:
div.shaded {
background-color: #AAA;
}
<div class="shaded">
<p>A smart quote.</p>
<p class="source">The Author</p>
</div>
(apart from other margin/alignment settings for the different pieces)