Forums

Join
bbPress Support ForumsTroubleshootingThread text gets smaller and smaller...

Info

Thread text gets smaller and smaller...

  1. It's really annoying and it only happens in my recently updated Ubuntu Edgy ... with Firefox 2.0 (ie, it only happens in firefox 2.0 for ubuntu edgy)

    I have no idea whether its something i did wrong with my Avatar adjustments to the style.css or whether "desmond" is just forcing me to take an eyetest.

    It's annoying.

    oh yeah...if you haven't noticed i am running 0.80 :)

  2. A code sample or URL would help.

    But you probably have a style somewhere like:


    #something div div {
    font-size: 0.8em;
    }

    ...and maybe some missing closing tags somewhere in your template.

  3. In your template, you use

    <small>Login to Send PM<small>br />

    .
    and you just keep opening the <small> tag, never closing it. (note, it's not closed here.)

    It pays to validate your code occasionally at http://validator.w3.org/

    Good luck.

  4. fsck...i always do that and i do usually find it before i upload...argh!

  5. I don't even like to look at how many errors my forums produce. It is depressing...

    Trent

  6. You must log in to post.