Flip Profile Page

If you have any questions or comments about these myspace codes, please post them here.

To flip your left column over to the right, place this code in your About Me section. Please note that if you have wide things in your comment section you will lose the horizontal scrollbar at the bottom of your page, and half of your profile wont be able to be seen. So make sure to use the Resize Comment Images and Text below.

Flips Profile Left to Right
<style>
.a {flip the page}
.NavigationBar {position:relative; z-index:9;}
table table {direction:rtl;}
table table table {direction:ltr;}
</style>


Resizing Comment Images and Text
One thing you need to know about this is that Myspace has a feature that you can able or disable preventing large comments from stretching your page. To check to see what it is set on you can find it under Account Settings - Miscellaneous. Under Comments Stretching.

If you have the new feature enabled, you can use this new code to control the images sizing, but it will make all images in your comments the same size.

<style>
.a {resize comments images and videos}
.columnsWidening object {width:254px; height:213px;}
.columnsWidening img {width:300px;}
</style>

If you have the new feature DISABLED (enabled is the default setting) then you can go back to using the old code for resizing image comments:

<style>
.a {resize comments images and videos}
.a {must disable myspace code to use this}
.columnsWidening object {width:260px; height:213px;}
.columnsWidening img {max-width:260px; _width:260px;}
</style>

No comments:

Post a Comment