Re: can anybody give me the code to put a banner pic on my css??
pls. help me!
You can use this code, just adjust the padding to fit ur banner on ur profile. Also edit the background color and border if you want.
[quote]#navigation {
background: #000000;
border: 0px ridge #000000;
margin: 0px 0 0px 0;
padding:45px 0 0 0;
background-image: url(url to image);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top center;
}[/quote]