Forums

Join
bbPress Support ForumsTroubleshootingBlockquotes are broken

Info

Blockquotes are broken

  1. It seems blockquotes are broken on this board.

    <blockquote>Test</blockquote>

    gives:

    Test

  2. Quote

    ^ that was wrapped in blockquotes.

  3. The blockquotes are there in the source, but there is no corresponding CSS. This was brought up before here, but not addressed. If you are working on your own theme, just define blockquote in the style.css however you like, for example:

    blockquote {
    padding: 0 0 0 20px;
    background-color: red;
    }

  4. Hey, my site works fine. I'm saying bbpress.org's quotes are broke. :) Someone should fix the CSS here.

  5. Agreed. I've brought it up before, but I think they must be working on other things.

    http://bbpress.org/forums/topic/bozo-problem#post-4739

    http://www.google.com/search?q=site%3Abbpress.org%2Fforums+blockquote

  6. You must log in to post.