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?
- Andrew
Tags: Contact, Details Table, Myspace Profile
How do you flip your contact table or details table from left to right on my myspace profile?
- Andrew
Tags: Contact, Details Table, Myspace Profile
September 22nd, 2008 at 9:06 pm
if you want to flip your WHOLE profile, use this code:
table {direction:rtl;}
table table table {direction:ltr;}
to ONLY flip the contact table, use
.contactTable {
position:absolute; left:50%;
top:400px; margin-left:-150px;
z-index:3;}
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