22 January 2006

Template Advice

What I'd really like to do is get a photographic background across the title bar of my blog. Many other bloggers have this but I can't figure out the code. Anybody out there who can help?

1 comment:

Not An Artist said...

I can help, especially if you want to keep the rest of the body and just replace the top image, because that is exactly what I did with my old blog template, which was exactly the same one you are using now!

Basically, you need to replace the image source in this code:

#blog-header {
margin: 0;
padding: 0;
font-family: "Lucida Grande", "Trebuchet MS";
background: #e0e0e0 url(http://www.blogblog.com/tictac_blue/top_div_blue.gif) no-repeat top left;
}

The trick being of course to get the sizing of the new image just right, and then if you need to adjust the placement of the rest of the page items... drop me a line if you'd like-- miss (dot) hell (at) gmail (dot) com.