PDA

View Full Version : Making my own need help


pimpasschevy
01-08-2006, 12:28 PM
How can I make a regular picture as my background? I got some pics of some motorcycles off of this companies web site and when I post it in the "about me" section, it just appears right there, and is not my background. I would also like to be able to use pictures that I take as my background. Any info that you guys can provide would be very much appreciated. Thanks

imported_ewyourface
01-09-2006, 05:12 PM
change it to your likings. =]


<style type="text/css">body {background-color:;
background-image:url('IMG URL');
background-position:top left;
background-repeat:no-repeat;
background-attachment:fixed;}</style>

pimpasschevy
01-19-2006, 07:19 PM
thank you, but I am still having trouble with it.. I found the picture that I wanted and uploaded it to a hosting sit and it gave me the image code, and I pasted that then what you gave me underneath it and nothing.. am I doing this right? sorry im not the smartest person when it comes to these things.
scott

MSS101
01-31-2006, 08:10 AM
thank you, but I am still having trouble with it.. I found the picture that I wanted and uploaded it to a hosting sit and it gave me the image code, and I pasted that then what you gave me underneath it and nothing.. am I doing this right? sorry im not the smartest person when it comes to these things.
scott

<style type="text/css">body {background-color:;
background-image:url('did you copy the URL of that background here?');
background-position:top left;
background-repeat:no-repeat;
background-attachment:fixed;}</style>