Whuddup Bro
Knight Yoshi
Whuddup Bro
Knight Yoshi
Whuddup Bro
Please , i need the code and i wanna make my other part of the page black.
If you're talking about your current profile, you can set a background color with the image, just define the color you want
body {background: url(w/e) no-repeat #000;}
Basically just add the #000 after the image URL and "no-repeat"
Uhmm , sorry 2 ask again but is there a way where you can have two backgrounds like two images.
instead of a color and a image , i want image and image
My thread via the image link in my sig, go to the backgrounds post.
Sorry i dont understand you css , idk what to put , cause theres the < >. can u show a example please.
biggrin
Did you read the note?
"Added the < > so that you can tell the start and stop of each background property; remove them if you use this."
{background: url( ) no-repeat 0 0, url( ) no-repeat 0 0;}
In order, <URL> <repeat> <position>, that is how CSS is defined when talking about more than one value within a property, because < > usually indicates that its optional.