MyBB Community Forums

Full Version: background images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to have two different images one on each side (left and right) of my background

So something like this....
#ffffff url(images/image1.gif) left repeat-y;
#ffffff url(images/image2.gif) right repeat-y;
how would i be able to do this

thanks
find
body {
in global.css
put this code in it:
background:#ffffff url(images/image1.gif) top left repeat-y, #ffffff url(images/image2.gif) top right repeat-y;