Friday, June 22, 2007

Never mind

It was just missing a }

But does anyone know the magic words to type to insert a graphic in the header?

5 Comments:

Blogger Andy Ramblings said...

where I put this brackets [] use <>

[img src="Link to the image"]

Hope this helps.

June 22, 2007 at 4:52 a.m.  
Blogger DCveR said...

In the header section of your template use:

#header {

margin:0 auto 10px;


background:#000 url("http://your.pic.address.and.filename") no-repeat center top;}

This ought to do it.

June 22, 2007 at 5:01 a.m.  
Blogger Richard Wintle said...

That all seems terribly complicated. I was going to suggest typing BLOODYBLOGGERPUTTHEFOOKINHEADERGRAPHICINALREADYYABUNCHABOLLOX!!!!.

I think my suggestion is the most elegant, but possibly won't work as well as andy's and dcver's.

That is all.

June 22, 2007 at 1:50 p.m.  
Blogger Unknown said...

RP, I'm with you!

June 22, 2007 at 2:21 p.m.  
Blogger Anna said...

Several different ways depending on the type of template you have (and your code says that you have 'Minima').

If it's a big picture, your HTML needs to be doctored. If it's not too big, you can probably use something like

background-image: url(http://blahblahblah);
height: __ px;
background-repeat: repeat-x;


If you have trouble, let me know and I'll see what I can do : )

June 22, 2007 at 10:14 p.m.  

Post a Comment

<< Home