Top

What is a myspace code that changes a regular or default layout to a skinny layout?

March 10, 2009 by seandell 

I found a myspace layout that i really want but its a default layout it only show a little bit of the pictures in the background. I want to keep the layout but i want it to be a skinny layout. A skinny layout shows most of the layout. Does anyone have a code or an idea that i can get to change it.

<style type="text/css">
table table td img {display:none;}
table table table td img {display:inline;}
table td td {width:0px;}
table {width:450px;}
table table {width:auto;}
table table td {padding:3px;}
table table table td {padding:0px;}
table table table {width:220px !important; height:0px;}
td.text td a img {width:auto !important;}
table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;}
td.text td.text a img {width:35px !important;}
td td td div strong {width:170px !important; display:block;}
embed, object {display:block; width:220px; height:38px;}
td.text td.text .orangetext15, td.text td.text table table div {display:none;}
</style>

Comments

3 Responses to “What is a myspace code that changes a regular or default layout to a skinny layout?”

  1. oogabooga on March 10th, 2009 2:52 am

    <style type="text/css">
    table table td img {display:none;}
    table table table td img {display:inline;}
    table td td {width:0px;}
    table {width:450px;}
    table table {width:auto;}
    table table td {padding:3px;}
    table table table td {padding:0px;}
    table table table {width:220px !important; height:0px;}
    td.text td a img {width:auto !important;}
    table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;}
    td.text td.text a img {width:35px !important;}
    td td td div strong {width:170px !important; display:block;}
    embed, object {display:block; width:220px; height:38px;}
    td.text td.text .orangetext15, td.text td.text table table div {display:none;}
    </style>
    References :
    http://www.freecodesource.com/index.php?page=myspacecodes/tiny-myspace-profile

  2. The Amazing Show . on March 10th, 2009 3:39 am

    I'm not sure of the link but I was on this website earlier and they have all of those kinds of options and stuff: http://www.mygirlyspace.com
    References :

  3. dizlez on March 10th, 2009 3:56 am

    HelloMyspaceComments.com
    References :

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!

You must be logged in to post a comment.

Bottom