November 15, 2024, 02:31:05 PM

1,531,348 Posts in 46,734 Topics by 1,523 Members
› View the most recent posts on the forum.


Myspace background codes

Started by Wrench, May 26, 2007, 07:46:45 PM

previous topic - next topic

0 Members and 2 Guests are viewing this topic.

Go Down

Wrench

How do you make one?
I want to use this picture:


Feynman

Add this to a part of your profile:

Code Select
<style type="text/css">
body {
  background-image:url('http://i17.tinypic.com/4m8or9j.jpg');
  background-position:Center Center;
  background-repeat:repeat;
  background-attachment:fixed;
  background-color:white;
}
</style>


If MySpace uses CSS, that should work.

iWolf


Go Up