Quote Originally Posted by jeking View Post
I'm stumped. I've moved the side boxes to the left but can't get the background image to display at all.

I changed this:
#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 80% 0;}

The image content_bg.gif for the right side boxes displays just fine. I can't figure out why this one isn't

url is http://www. opencurrency. com/orders/
(remove spaces for url, don't want spiders to follow link)
I think you need to change this:

#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 80% 0;}

To This

#centerColumnWrapper2 {background:url(../images/content_bg2.gif) repeat-y 20% 0;}

The 80% moved the background image to the right and the 20% moves it to the left as far as I can tell. I think i saw it in the Readme