• I’m not sure why I’m having so much trouble disabling borders on this sliced graphic I made… I have assigned the following CSS styles to the DIV and img class but it still produces borders:

    site: https://wp.pros2preps.com/watch-live/
    CSS:
    .livefeed {
    margin: 0px;
    padding: 0px;
    height: 494px;
    width: 910px;
    border:none
    }
    .livefeed img {
    margin: 0px;
    padding: 0px;
    border:none
    }
    .borderless {
    margin: 0px;
    padding: 0px;
    border:none
    }

    Code:

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

  • The topic ‘Disable Global Image Borders?’ is closed to new replies.