Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Weird Black Lines Showing up

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38001
    Jon_N
    Participant

    Hey Guys,

    I put an image behind my blog title header and now there are horizontal black lines that show up at the top and bottom of the image. I can’t figure out how to get rid of them. Can someone take a look and help me out?

    It’s password protected so here’s the link.

    here’s the login: guest
    and password: guest1234

    Thanks

    #102593
    Senff
    Participant

    It’s because of this code in style.css (line 377):

    #branding img {
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    float: left;
    }

    Remove the two lines that make up the border-top and border-bottom and you should be fine.

    #102594
    Jon_N
    Participant

    Thanks @Senff for pointing that out, that was literally 30 lines down from where I was focusing my attention, I just wasn’t seeing it.
    Thanks again,

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.