Sunday, November 14, 2004

Help please

my demo blog is Sunday evening ( the only time I have to deal with it)If I want to put a picture behind the title how would I do that. I don't have photoshop.

Is there any of you who cna help

3 Comments:

Blogger -- said...

Do you mean something like I have on my blog? If so then you need to make an image for the background, could ven be in paint, and then upload it to a server such as flickr. Then go into your template and look for:
(h1 id="blog-title")
(ItemPage)(a href="($BlogURL$)")(/ItemPage)
($BlogTitle$) (ItemPage)(/a)(/ItemPage)
(/h1)

Then you change the bold to:
(img src="http://yourimageshost.com/you/yourimage.jpg")

Hope this helps! :)

1:15 PM  
Blogger Leon said...

Any paint like program will work to a degree. Irfanview is good for many things and it is free. it is my prefered basic graphics program for windows. http://www.irfanview.com/

2:03 AM  
Blogger Leon said...

Lou - the info you gave replaces the title with the picture. I experimented and found this line which gave me a background at demo junk.
/* Blog Header
----------------------------------------------- */
#header {
background:#357 url("http://www.flickr.com/photos/514897_7b7b413d92.jpg") no-repeat left bottom;
margin:0 0 0;
padding:0 0 8px;
color:#fff;
}

6:13 AM  

Post a Comment

<< Home