give me a code or website please..
How do I move my myspace comments to the left side of my myspace profile?
This code will adjust your friends table, as well as your comments table:
%26lt;style%26gt;
.friendSpace {position:relative; left:-330px; top:100px;}
.friendsComments {position:relative; left:0px; top:-400px;}
%26lt;/style%26gt;
Where it says left: 0px on the third line down, make sure you replace that value with a positive/negative number to place it where you want it. You will have to play around with the positioning numbers for a while, but once you get it just right, it should be perfect. Good luck.
No comments:
Post a Comment