Top

How do these myspace profile sites create the layout preview pages?

March 31, 2009 by seandell · 3 Comments 

Where do they get the html structure code for the myspace profiles, to place it in the preview pages.

Thanks.

I don't know how everybody else does it, but here's what I do.

I log into a myspace account I use especially for creating my myspace layout website.

I copy and paste my layout code into the about me.

I view my profile and from there I go to the toolbar of my internet browser, click view source, then save the provided code onto my desktop into an html format.

Then simply upload it to your web server and link to it from your layout pages.

Hope this helps you! =)

How can i download Myspace IM on my internet if the regular myspace is already blocked?

March 23, 2009 by seandell · 1 Comment 

I want Myspace IM and when i try to look for myspace or myspace IM it wont let me because it is blocked to where it wont come up at all.

have u tried unblocking it in your internet browser settings
or try using another browser

What advice do myspace layout makers have for people who want to start their own layout making site?

March 16, 2009 by seandell · 1 Comment 

I know HTML and how to use Photoshop (although I prefer to use Paint Shop Pro). I've been wanting to have my own layout making site for a long time, but I'm just getting around to it now. What advice would myspace layout makers have to new sites?

Well, first off, make sure youve got some things in your blogs before you start to add people. Make sure you have a support code and that your page is ready and looks like a site page :D
oh and make sure you talk to people and ask to be supported
and just have general conversations with other sites too :)
do these things, and you should run a good site !

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

March 10, 2009 by seandell · 3 Comments 

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>

Bottom