Hi.
This is my blog:
http://we-are-awesome.com/blog/
I have an image as the banner and added this coding to the style.css:
#blog-title a {
background:url(http://www.we-are-awesome.com/banners/we-are-awesome_blog.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 975px;
height: 95px;
}
I am wanting to separate the banner into separate images so i can link them to different pages of my site, i.e. i want to separate the 'WE-ARE-AWESOME', 'nights', 'streets' and 'blog' and a little unsure of what to do?
Thanks for any and all help.