Quote:
Originally Posted by pauldodman
Try adding the background to your css file - in the class:
#header .line1
So you'd have:
#header .line1 {
height: 102px;
margin: 0;
background:transparent url(location) no-repeat left top;
}
|
Hey Paul,
thanks for the suggestion. I tried this and the image for some reason would not appear. I played a little more with the code for the header .line1 class. I found that if I replaced transparent with a color (without the url for the image) the color would appear, but when I added the url for the image it wouldn't. I also tried using background-image instead and still no image. It seems something is keeping the image from being displayed in the header. Not too sure, but I'm going to keep trying to figure this out. There has to be something that I can do to get an image in that area.
Thanks again!
Georgia