Also how do i make it smaller so it does not repert?
Change in you CSS file
background-image: url('/images/site/logo.gif');
to
background-image: url('/images/site/logo.gif') no-repeat;
Hmmm, I need that title to be in my options. Any way to put it behind the image? Also putting in the no repeat means i cant see the image.
Anonymous
Might be a size issue. With no repeat you ve got to be pixel perfect.
Is there a recomend size?
Heres the thing.. You might want to take out the forward slash / before the url to the header bg /images etc.
Ive looked through your css and other than fiddling with the url and checking the image is uploaded and is in the right place etc I do not know what to advise.
Have you tried putting in top left before no-repeat?
Have you tried putting in top left before no-repeat?
Whats that?
Can’t you put the img code in the header part of the index, then remove it from the css and just have the css be black, then the image would blend into the black header?
The CSS is wrong:
background-image: url(‘/images/site/logo.gif’);
to
background: url(‘/images/site/logo.gif’) no-repeat;