I know there are lovely people who are one million times clever than me. So I am begging to please help me. I want to add a banner image to my layout. I have been trying all morning with CSS but it just doesn't work. Only a small part of the image seems to appear. My brains are totally screwed and I am tired. So can some help me? *puts up the best
(
Read more... )
Comments 10
.headerimage {
position: relative;
margin: 0 auto 0 auto;
width: 0px;
height: 0px;
background-repeat: no-repeat;
background-image: url(link);
}
Where px add the image's pixels and where link, add it's link. Hope this works with your style. :3
Reply
And your code was perfect..
I only had to add one extra line for centering the image tats all..
Once again thank u ^^
Reply
I'm glad I got it right.
It looks better now that you have a pic up there. Catches the eye! ;3
No prob.
Reply
I posted mine in a sticky post now, but I would also like a normal banner.
Reply
Leave a comment