Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s the background image of the btr class

    btr {
    background-image:url(images/atr.jpg);
    height:100px;
    right:-3px;
    top:-3px;
    width:120px;
    }

    Easiest fix is to remove it.

    Peter

    there is some grey square in the right hand corner on top of the title:
    you can suppress it by adding ‘display:none;’ at the end of this style declaration (style.css):

    .btl, .btr, .bbl, .bbr{
        display: block;
        position:absolute;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-attachment: scroll;
        width: 3px;
        height: 3px;
        zoom:1;
        overflow: hidden;
        float: left;
    display:none;
    }

    i have not checked if this square has any ‘good’ purpose.

    Thread Starter mattrogers13

    (@mattrogers13)

    Thanks everyone. Exactly what was needed.

    Hi guys,

    having the same issue. I don’t seem to have a btr class. how can i rectify this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Title Character limit?’ is closed to new replies.