CSS-Tricks PSD to HTML: You Design - We XHTML

Totally Ridiculous: CSS MySpace Modifications

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(http://www.css-tricks.com/examples/stripe.png);
background-repeat: repeat;
}
</style>

myspacecss.png


Theoretically Related Articles:

No comments yet.


Leave a comment

Sick of typing in all this info everytime you comment? Register or Login and save yourself time!

LINKS: You can use <a href="">LINK</a> tags here.
CODE SAMPLES: Please wrap code samples in BOTH <pre> and <code> tags.

Thank you for visiting CSS-Tricks! I'm glad you found an article useful enough to print out! Remember to visit css-tricks.com often for more fresh content.