ok so i go on google and look up Myspace Switch tables html and i get the code... but i dont know how to use it the code the code looks like this:
"%26lt;style type="text/css"%26gt;
table {direction:rtl;}
table table table {direction:ltr;}
%26lt;/style%26gt;"
i know it goes in about me but how to i use the "table" thingS?
How do i use a "myspace table switch html code"?
To switch your tables, simply replace "rtl" with "ltr" or vice versa.
RTL = Right To Left
LTR = Left To Right
Use this code, it works better than yours (I tried yours)...
%26lt;style%26gt;
table table {direction:rtl;}
table table table {direction:ltr;}
%26lt;/style%26gt;
That code will make your profile/default picture, last login, headline, ect. fip to the right.
If you want it to the left, change "rtl" to "ltr" on this part of the code: table table {direction:rtl;}
No comments:
Post a Comment