Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Main › Art & Graphic Design › Help & Requests › [Done]Myspace backgrounds.

[Done]Myspace backgrounds.

Posts 1–13 of 13 · Page 1 of 1
Obey
Obey
[Done]Myspace backgrounds.
Anyone aware on how to make them? If so, contact me, I got an idea for one. (It's simple)
#1 · edited 17y ago · 17y ago
Kyle
Kyle
hmm can't be too hard. Pm me.
#2 · 17y ago
DE
Dead Bones Brook
No dont PM, post here. I want to know it too lulz.
#3 · 17y ago
Obey
Obey
Already pm'd him.
>_<
#4 · 17y ago
DE
Dead Bones Brook
Quote Originally Posted by imsohoooood View Post
Already pm'd him.
>_<
MSN me the idea lulz.
#5 · 17y ago
Obey
Obey
Anyone know of on how to do it?
#6 · 17y ago
Kyle
Kyle
I can make the image, but i don't know how you would put it in your myspace.
#7 · 17y ago
DE
Deja Vu
HTML .
#8 · 17y ago
Kyle
Kyle
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.
#9 · 17y ago
DE
Deja Vu
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....
#10 · 17y ago
Obey
Obey
Just Google it :/
#11 · 17y ago
DE
Deja Vu
Code:
For example, if your image is http://reallycreativename.com/background.jpg, add this code inside your "About Me" area in your profile:

body { background: url(http://reallycreativename.com/background.jpg); }

If you want the image to stay still, add background-attachment: fixed; so it looks like this:

body { background: url(http://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 http://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(http://reallycreativename.com/background.jpg);
        background-attachment: fixed;
        background-repeat: repeat-x;
      }

 </STYLE>
Toxin googles ftw.

Sources:
http://www.davesite.com/webstation/h...kgrounds.shtml
#12 · 17y ago
Joshcarr2006
Joshcarr2006
Just make the layout then put the [IMG] in your about me or some shit.
#13 · 17y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • Who /Gewd at making Myspace background (Only for people that have done it before)By Obey in Art & Graphic Design
    3Last post 17y ago
  • Chuck Norris MyspaceBy moocow in Spammers Corner
    6Last post 13y ago
  • Myspace layout background thingBy Aoe3_CA in Help & Requests
    0Last post 17y ago
  • Most illegal thing ever done?By arunforce in General
    175Last post 20y ago
  • MySpaceBy arunforce in General
    7Last post 20y ago

Tags for this Thread

#backgrounds#donemyspace#myspace