Recent Topics

1 Nov 12, 2009 03:55    

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

2 Nov 12, 2009 05:41

See if this works

background: #FFFDF2 url("img/zekebg.gif") top left repeat-y;

3 Nov 12, 2009 21:20

Thanks sam2kb. Turns out it was caused by an ad from the ad network that we are in. Once I took it out, all was good. Today's ad is new so I tried putting it back and all is well.

I'm going to keep your suggestion though and try it if it happens again.

Cheers.


Form is loading...