Not Solved background images
#1
Not Solved
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
Reply
#2
Not Solved
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;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)