on myspace i want to change it up. so is there anyway i can put my comments on the oppistie side of my friends.
Is there anyway i can put my comments in my heros section on myspace?
.friendsComments {position:relative; top:20px; left:-400px; margin-right:-400px;}
adjust the TOP and LEFT to position it, and if you change the LEFT, change the MARGIN-RIGHT to the same value
it's a bit tricky to do, but it's possible
oh - and if you havent learned what style tags are yet, use this code instead
%26lt;style%26gt;
.friendsComments {position:relative; top:20px; left:-400px; margin-right:-400px;}
%26lt;/style%26gt;
No comments:
Post a Comment