Modify Your Myspace View More Pictures Page


You can easily change the layout of your "View More Pictures" page on Myspace: You will need to place each of these codes into seperate pictures. To do so, go to "Upload / Change Photos," and click edit caption for the first picture, and paste one of the codes in, etc...


Adding a background
<body background="http://URLHERE">
Replace the "URLHERE" with the URL to your photo. You can upload images using imageshack.us

Make the background transparent
<style>div{background:transparent!important}</style>

Make the background black
<style>body{background-color:black}</style>

Change the color of the text
<style>td{color:FFFFFF}</style>
You can replace the FFFFFF with any color code.
CLICK HERE for Myspace color codes.

Make the pictures table transparent
<style>table, td{background:transparent}</style>


Make the background stay in place
<style>body{background-attachment:fixed;}</style>