Flip MySpace comments and pictures
If you want to make a tweak to your MySpace profile, an easy one to do is to change your comments section so that the comment is shown first, and then the picture. It's one of those subtle things that makes the comments easier to read, and all your friends will wonder how you did it. If you want to swap the comments and pictures, here's what to do.
Just log into MySpace and edit your About Me section. Once you get the editing tool, enter the following code into the section:
Once you've added that, save your changes and you will have flipped the comments and the pictures.
Just log into MySpace and edit your About Me section. Once you get the editing tool, enter the following code into the section:
<style>
// This swaps the comments and the pictures in the comments section
table table table table table {
direction: rtl;
}
table table table table table td {
direction: ltr;
}
</style>
Once you've added that, save your changes and you will have flipped the comments and the pictures.
| Rating: | 100% positive, 1 Vote |
| Categories: | myspace customization CSS |
| Added: | on Apr 03, 2008 at 9:28 pm |
| Added By: | crtrlk |

