I am not sure why this line of code is not working to put an image into the /r/folkpunk sidebar.

#header{
background-color:black;
border:none;
}

#header ul.tabmenu  li a{
background-color:#DDD;
color:black;
border-top-left-radius:7px;
border-top-right-radius:7px;
}

#header ul.tabmenu  li.selected a, #header-bottom-right, #header-bottom-right a, #header-bottom-right span, #header-bottom-right b{
background-color:white;
color:black;
}

#header-bottom-right{
bottom:10px;
right:8px;
border-radius:7px;
}

#header .redditname a{
color:white;
}
#header-img{
padding:3px;
}

#header {
      background-image: url(%%bannerimage%%);
      background-repeat: no-repeat;
      }


.content{
padding-top:50px;
}

.titlebox form {
    position: static
    }

.titlebox .usertext-body .md ol {
    list-style: none;
    position: absolute;
    top: 133px;
    left: 10px;
    z-index: 80;
    margin: 0;
    padding: 0;
    display: table
    }


.titlebox .usertext-body .md ol li {
    display: inline;
    margin: 0 3px;
    }

.titlebox .usertext-body .md ol li a{
border:2px solid black;
-moz-border-radius:7px;
-webkit-border-radius:7px;
padding:5px;
margin:7px 0;
display:block;
color:black;
background-color:white;
font-weight:bold;
text-align:center;
}

.titlebox .usertext-body .md ol li a:hover{
color:white;
background-color:black;
border:2px solid white;
}

a["href=https://spoonboy.bandcamp.com/album/i-love-you-this-is-a-robbery"]:after {
    content: url(%%botm%%);
    margin-left: 20px;
    margin-right: auto;
}

that's the entire stylesheet... is anything there fucked up?

/r/csshelp Thread Parent