Forums › Life › Computers, Gadgets & Technology › The Internet › Anyone good with web design?
If you look at my MySpace profile, (http://www.myspace.com/psyguyuk) I want to have that background on my own site and have the centre scrollable instead of scrolling down and the background image repeating it’s self.
Paste this in between your “head” tags which should be close to the top on your source code.
body {
background-image: url(“http://i10.photobucket.com/albums/a137/jayuk20/Untitled-4.gif”);
background-position: 50% 50%;
background-repeat: no-repeat;
}
[/CODE]
Change the background position percentages to place the image where you want to on the page. At the moment it will be centred. You may also want to add a black background behind that so that it blends in.[CODE]
body {
background-image: url(“http://i10.photobucket.com/albums/a137/jayuk20/Untitled-4.gif”);
background-position: 50% 50%;
background-repeat: no-repeat;
}
[/CODE]
Change the background position percentages to place the image where you want to on the page. At the moment it will be centred. You may also want to add a black background behind that so that it blends in.
0
Voices
1
Reply
Tags
This topic has no tags
Forums › Life › Computers, Gadgets & Technology › The Internet › Anyone good with web design?