Totally Ridiculous: CSS MySpace Modifications

Avatar of Chris Coyier
Chris Coyier on (Updated on )

This is old news, but is worth of revisiting because of it’s preposterousness. You are able to add CSS to your MySpace pages. Cool. But where do you do that? Is there some little fun CSS editor they built in? Maybe a “theme editor” or the like? Nah.

You have to paste in your CSS into the “About Me” section of your profile.

My god that just crazy. But anyway, it works. I was able to add some stripes to my MySpace Page with a little simple CSS:

<style type="text/css">
body {
background-image: url(https://css-tricks.com/examples/stripe.png);
background-repeat: repeat;
}
</style>

myspacecss.png