HELP

Jun 27, 2012 06:46

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... )

personal, help

Leave a comment

Comments 10

darkmyvpleasure June 27 2012, 02:07:18 UTC
Since it's TOO late where I live, *cough*too early*cough*, and I'm all tired, I might have messed up the code. But try this one:

.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

deadlyscarlet June 27 2012, 02:53:01 UTC
Thanx a million sweet heart u r a life saver..

And your code was perfect..

I only had to add one extra line for centering the image tats all..

Once again thank u ^^

Reply

darkmyvpleasure June 27 2012, 03:10:24 UTC
You're welcome. :3

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

toesjah June 27 2012, 07:05:52 UTC
Ah could you help me too? I use tinypic to upload my pictures so my link might be different from yours, so I honestly don't get it how you do this..

I posted mine in a sticky post now, but I would also like a normal banner.

Reply


Leave a comment

Up