The below is what I have edited in my style sheet. Why is this not changing on all pages?
The logo only changes on the Main Index page. http://www.jnairbdesign.com/blawg
#banner {
background-image:url(logo.png);
background-repeat: repeat-y;
width: 222px; height: 61px;
display:block
}
#banner h1 {display:none;
}
Thanks,
Brian
Reported on Movable Type 4.2
Have you tried republishing?
Yes, I have quite a few times
Just a note, this is what I added to the header template
Would this be affecting it in anyway?
I would like help with changing replacing header text to my logo on my blog... please share with me how you were able to do this?
Shae.Smith@WarnerBros.com.
I am using a Style template and there is no "banner" notation on any of my stylesheet template I do however see "header".
I agree with ShaeSmith. I have the same problem and I dont know where to look in the documentation.
Here is some info on adding a header image. http://www.composing-stick.net/2009/01/how-to-make-a-clickable-header-in-movable-type---part-two.html if you are using custom templates or templates from on older version then you will need to make a few changes.