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: , ,

One Response to “How do you flip your contact table on myspace from left to right?”

  1. aaayyy emily! Says:

    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

Leave a Reply