I have searched the forums and no one has answered this adequately. How do you generate the closing quote when using:
<div class=”blockquote”><blockquote>My quoted text is here.</blockquote></div>
Only the opening quote appears.
Here is the css from the template. Can someone explain how to generate the closing quote, or how to modify the css to correct the problem?
<blockquote>blockquote {
padding: 15px 0px 15px 50px;
background: url(“../images/open_quotes.gif”) 20px 10px no-repeat;
font: 12px/1.5 Georgia, Times, serif;
}
p.quote {
margin: 0;
padding: 0;
background: url(“../images/close_quotes.gif”) bottom right no-repeat;
}</blockquote>
Thanks,
gaia9