Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • gaia9 Friend
    #122868

    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

    Michael Casha Friend
    #229918

    I think you need to try

    <div class=”blockquote”><blockquote><p class=”quote”>My quoted text is here.</p></blockquote></div>

    although I’m honestly not sure, you can try that.

    gaia9 Friend
    #229972

    That worked. Thank you.

    Michael Casha Friend
    #229982

    Excellent!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Michael Casha 17 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum