My b2evolution Version: 2.x
We have been using a modified version of evocamp as our skin for over a year. Suddenly, without any changes being made to the site, the wrapper background failed. The outerwrap worked but as it is "paneling" it made the blog illegible.
I have a temporary fix up now so I can't show but here is the code:
[code]#outer_wrap {
font-size: 11pt;
font-family: georgia,times,'times new roman', serif;
background: #330000 url(img/planks.jpg);
background-attachment: fixed;
color: #303324;
text-align: left;
margin: 0;
padding: 0;
line-height: 140%;
}
#wrap {
padding: 0 0px;
width: 955px;
margin: 0 auto;
background: #FFFDF2 url(img/zekebg.gif) top left repeat-y;
}[/code]
It's this line that doesn't appear to be working anymore "background: #FFFDF2 url(img/zekebg.gif) top left repeat-y;" It's as if the web passed a new rule against some syntax in there and left it for dead.
Any help would be appreciated.
Thanks
See if this works