Skip to:
Content
Pages
Categories
Search
Top
Bottom

Odd formatting on post replies

  • So I hate to be posting here again, but my forum is oddly formatting post replies, namely avatar’s, and names.

    Here’s an example: http://ovcball.net/forums/topic/morehead-state-whats-next/

    Note how on my first post on the topic, everything is normal, but on every reply, there’s a weird box around the avatar, and user names. (Also, on the 2nd reply, the same odd box around “the reply was modified” links.

    Any ideas on how to fix it?

    Thanks Again! (You guys have already helped me twice so far! Almost got this thing perfect)

Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s seem to be some unnecessary line in

    f5666014.527a5f.css located in “.reply a, .reply a:visited {” and “.reply a:hover {“

    Try to remove these lines in your f5666014.527a5f.css:

    .reply a, .reply a:visited {
    display: inline-block;
    background: white;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
    margin: 4px 0px 0px 0px;
    padding: 2px 10px 2px 10px;
    border: 1px solid #DDD;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    }

    And this:

    .reply a:hover {
    background: #09C;
    color: white;
    text-decoration: none;
    border: 1px solid #09C;
    }

    That file was part of my cache plugin…but I found the same script in my stylesheet, and deleted it, and it seems to have fixed the issue.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar