Results 1 to 13 of 13
  1. #1
    Obey's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    The Magical Mushroom
    Posts
    24,850
    Reputation
    1117
    Thanks
    3,486
    My Mood
    Buzzed

    [Done]Myspace backgrounds.

    Anyone aware on how to make them? If so, contact me, I got an idea for one. (It's simple)
    Last edited by Kyle; 08-26-2009 at 11:02 AM.

  2. #2
    Kyle's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    [England, UK...] Activity Time: GMT (9am-8pm)
    Posts
    1,937
    Reputation
    92
    Thanks
    361
    hmm can't be too hard. Pm me.


    War does not determine who is right- only who is left.



  3. #3
    Dead Bones Brook's Avatar
    Join Date
    Sep 2008
    Gender
    female
    Location
    On that seat right over there.
    Posts
    8,328
    Reputation
    858
    Thanks
    1,533
    My Mood
    Daring
    No dont PM, post here. I want to know it too lulz.

  4. #4
    Obey's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    The Magical Mushroom
    Posts
    24,850
    Reputation
    1117
    Thanks
    3,486
    My Mood
    Buzzed
    Already pm'd him.
    >_<

  5. #5
    Dead Bones Brook's Avatar
    Join Date
    Sep 2008
    Gender
    female
    Location
    On that seat right over there.
    Posts
    8,328
    Reputation
    858
    Thanks
    1,533
    My Mood
    Daring
    Quote Originally Posted by imsohoooood View Post
    Already pm'd him.
    >_<
    MSN me the idea lulz.

  6. #6
    Obey's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    The Magical Mushroom
    Posts
    24,850
    Reputation
    1117
    Thanks
    3,486
    My Mood
    Buzzed
    Anyone know of on how to do it?

  7. #7
    Kyle's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    [England, UK...] Activity Time: GMT (9am-8pm)
    Posts
    1,937
    Reputation
    92
    Thanks
    361
    I can make the image, but i don't know how you would put it in your myspace.


    War does not determine who is right- only who is left.



  8. #8
    Deja Vu's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    In a box...
    Posts
    282
    Reputation
    10
    Thanks
    7
    My Mood
    Devilish
    HTML .

  9. #9
    Kyle's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    [England, UK...] Activity Time: GMT (9am-8pm)
    Posts
    1,937
    Reputation
    92
    Thanks
    361
    Quote Originally Posted by Deja Vu View Post
    HTML .
    well quite, but i've never used myspace so i don't know how it works.


    War does not determine who is right- only who is left.



  10. #10
    Deja Vu's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    In a box...
    Posts
    282
    Reputation
    10
    Thanks
    7
    My Mood
    Devilish
    I think I know how to do it maybe....
    Unno if coding a webpage and MySpace are the same thing....
    Code:
    <html>
    <head>
    <title></title>
    </head>
    <body background=”URL FOR YOUR PICTURE or BACKGROUND”>
    </body>
    </html>
    Maybe....

  11. #11
    Obey's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    The Magical Mushroom
    Posts
    24,850
    Reputation
    1117
    Thanks
    3,486
    My Mood
    Buzzed
    Just Google it :/

  12. #12
    Deja Vu's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    In a box...
    Posts
    282
    Reputation
    10
    Thanks
    7
    My Mood
    Devilish
    Code:
    For example, if your image is https://reallycreativename.com/background.jpg, add this code inside your "About Me" area in your profile:
    
    body { background: url(https://reallycreativename.com/background.jpg); }
    
    If you want the image to stay still, add background-attachment: fixed; so it looks like this:
    
    body { background: url(https://reallycreativename.com/background.jpg);
            background-attachment: fixed; }
    
    If you want the image to only repeat horizontally, add:
    
    background-repeat: repeat-x;
    
    If you want the image to only repeat vertically, add:
    
    background-repeat: repeat-y;
    
    If you want the background to not repeat at all, add:
    
    background-repeat: no-repeat;
    
    So, for our image located at https://www.reallycreativename.com/background.jpg, that we want to be fixed, and repeat only horizontally, we put this in our "About Me" profile box:
    
     <STYLE>
    
     body { background: url(https://reallycreativename.com/background.jpg);
            background-attachment: fixed;
            background-repeat: repeat-x;
          }
    
     </STYLE>
    Toxin googles ftw.

    Sources:
    https://www.davesite.com/webstation/h...kgrounds.shtml

  13. #13
    Joshcarr2006's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    ☠☆★☆★☆☠
    Posts
    11,015
    Reputation
    917
    Thanks
    2,901
    My Mood
    Lurking
    Just make the layout then put the [IMG] in your about me or some shit.
    [IMG]https://i30.photobucke*****m/albums/c335/Joshcarr2006/tumblr_lz1nrntuZf1qdxcglo1_500_zps0388a33f.gif[/IMG]

Similar Threads

  1. Chuck Norris Myspace
    By moocow in forum Spammers Corner
    Replies: 6
    Last Post: 11-08-2012, 04:04 AM
  2. Replies: 3
    Last Post: 07-18-2009, 12:45 AM
  3. Myspace layout background thing
    By Aoe3_CA in forum Help & Requests
    Replies: 0
    Last Post: 12-20-2008, 09:12 PM
  4. Most illegal thing ever done?
    By arunforce in forum General
    Replies: 175
    Last Post: 04-25-2006, 09:09 AM
  5. MySpace
    By arunforce in forum General
    Replies: 7
    Last Post: 02-19-2006, 02:10 AM

Tags for this Thread