PDA

View Full Version : how do you add a backround to your "myspace-profile"?



Andreas
07-11-2006, 06:10 PM
Since my html is rather rusty I thought Id ask some of you whizzkids here..

All help is greatly apreciated.

Zarathustra
07-11-2006, 06:10 PM
"myspace editor 3.6"...

Aerosoul
07-11-2006, 06:12 PM
http://www.myspacelayouts.org/

if all you want is a background picture, then here is the code:



<style type="text/css">
body {
background-color:FFFFFF;
background-image:url('');
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
}
</style>
insert a linkk to the image in between the quotation marks.

copy/paste the code into your about me section.

VISTREL
07-11-2006, 06:17 PM
http://www.vidzor.com/myspace/generators/background-generator.php

Andreas
07-11-2006, 06:33 PM
http://www.myspacelayouts.org/

if all you want is a background picture, then here is the code:



<style type="text/css">
body {
background-color:FFFFFF;
background-image:url('');
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
}
</style>
insert a linkk to the image in between the quotation marks.

copy/paste the code into your about me section.


okay, I tried it like this. pasted it inbetween the quotationmarks and pasted it in the "about me section" and saved.
But dident work..
like this..
<style type="text/css">
body {
background-color:FFFFFF;
background-image:url('http://i74.photobucket.com/albums/i247/fremason/diverse%20bilder/DSC00911.jpg');
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
}
</style>

Anyone?

Andreas
07-11-2006, 06:53 PM
**** ass balls **** **** **** bollocks!!!!

I cant seem to get anything working...!!

Okay one more try. Here is the image link im trying to use as the background for my "myspace profile" : http://i74.photobucket.com/albums/i247/fremason/diverse%20bilder/DSC00911.jpg

No matter what I do it just wont work...

Could it have something with the fact that im useing Opera as my web browser?

Ria
07-11-2006, 07:37 PM
Try this:

<BODY BACKGROUND="http://i74.photobucket.com/albums/i247/fremason/diverse%20bilder/DSC00911.jpg"></BODY>

Does not have to be between the <style> things.