View Full Version : position entire profile to right


dateashoefreak
12-19-2005, 10:23 PM
do any of you know how to position the entire profile to the right? cause i have an image on the right so i just want to move all the text and comments and etc to the right. thanks

dateashoefreak
12-19-2005, 11:22 PM
my bad i have an image on the left and i dont want it to be covered

dateashoefreak
12-20-2005, 05:07 AM
ok so this is my myspace: www.myspace.com/```itsnguyen

thats what i have so far so can someone please tell me how to move that table wit my pic and the online now and stuff?

this is the code to move the contact box

<style type="text/css">
.contactTable {
position:absolute; left:50%;
top:400px; margin-left:-150px;
z-index:3;}
</style>

so is there a similar code to move the picture table?

please help

danielbrucelee
06-17-2006, 01:43 AM
i found something that moves the entire profile to the left or right. but it also moves the top with it. if you know how to prevent that, i'd like to know.


to move the entire profile to the right:

<style type="text/css">
table {float:right; padding-right:0; margin-right:0;}
table table table {margin-bottom:5px;}
table table table table {margin-bottom:0;}
</style>


or to the left:

<style type="text/css">
table {float:left; padding-left:0; margin-left:0;}
table table table {margin-bottom:5px;}
table table table table {margin-bottom:0;}
</style>