Hi, I need some help with the highlighted blockquote html given on the Pyrite typography page. I used the html button in the wysiwyg toolbar to enter the following:
<div class=”quote-hilite”><blockquote><span class=”open”>Y</span>our quote goes her<span class=”close”>e!</span></blockquote></div>
When I exit html mode, save, and preview the page, my blockquote includes the “Y” and “e!”. Am I missing something here? So I tried replacing the “Y” and “e!” with the (standard?) html for both left and right double quotes, as below:
<div class=”quote-hilite”><blockquote><span class=”open”>“</span>our quote goes her<span class=”close”>”</span></blockquote></div>
That gave me unstyled quotes inside the styled, large quotes shown in the template.
How can I fix this? Anyone else having the same issue?