Hello,
I need to use 2 jpgs in my header, I've changed this code in the stylesheet.css to be..
#logoWrapper {
width:760px;
height:110px;
background-image:url(../images/my_header_image.jpg);
background-repeat:no-repeat;
}
but I need to put a 2nd jpg right next to it..
THanks much for any help



