Changing the banner from logo1.gif to AnotherBanner.gif
Posted: Thu Jan 08, 2009 8:25 am
Hi Guys,
I'm new to CMSMS and I want to change the basic banner (logo1.gif) to a selfmade banner.
I've found this code in the CSS:
When I change the name logo1.gif to banner.gif the banner doesn't change. How can I fix this?
Thanks in advance,
Wally
I'm new to CMSMS and I want to change the basic banner (logo1.gif) to a selfmade banner.
I've found this code in the CSS:
Code: Select all
div#header h1 a {
/* you can set your own image here */
background: #385C72 url(images/cms/logo1.gif) no-repeat 0 21px;
display: block;
height: 200px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
Thanks in advance,
Wally