
I didn't know it was such a big deal - I've been using CSS to style pull quotes for ages. Just add a <div> tag around the content with your style info, like this:
The text I want to have in the box
<div style="margin: 10px; padding: 10px; float: right; height: 30px; width: 100px; background-color: navy; color: white;">The text I want to have in the box</div>





