I am trying to create a quote with the opening and closing quote marks.
I followed your instructions on this page: http://template.joomlart.com/ja_rochea/content/view/15/26/
It did not create the opening and closing quote images.
I changed class=”blockquote” to class=”quote-grey” and it worked fine.
The source code on your page (Listed above) shows this:
<blockquote><p class="quote">This is a sample Blockquote. Use <strong><div class="blockquote"><blockquote>Your quote goes here!</blockquote></div></strong> to form a quote!</p></blockquote>
I tried changing the last <p> tag to <p class=”quote”> and it worked but the closing quote is displaying under the text.
How do I do this?