Sunday, November 21, 2010

How do you flip your contact table on myspace from left to right?

How do you flip your contact table or details table from left to right on my myspace profile?How do you flip your contact table on myspace from left to right?
if you want to flip your WHOLE profile, use this code:



%26lt;style type=';text/css';%26gt;

table {direction:rtl;}

table table table {direction:ltr;}

%26lt;/style%26gt;





to ONLY flip the contact table, use



%26lt;style type=';text/css';%26gt;

.contactTable {

position:absolute; left:50%;

top:400px; margin-left:-150px;

z-index:3;}

%26lt;/style%26gt;







for the second code, you'll have to edit the dimensions for the top and left to get it where you want.





* good luck!

if you have any more questions, please email me at

emilysbomb@yahoo.com

No comments:

Post a Comment