Your Ad Here

Hide everything on your myspace profile (including music player!!!) Pt 1

***************************************************************
ADDENDUM: I didn’t think about this before, but it’s been brought to my attention that some of you may just flat out want to turn off your profile. I have to warn you, that if myspace finds your profile with ads turned off, they’ll cancel your account. It’s free, so you can always sign up again, but it’s a real pain, and you will likely not get your user name back. However, if you so desire, it’s one line of css, and that line is:

<style type=text/css>table, tr, td, embed, object {display: none;}</style>

Now, back to the regular stuff…
***************************************************************

This doesn’t create a div overlay, it’ just turns everything off so you can do the work designing the whole page yourself. njoi!

Copy the following code starting here —>>

<style type=text/css>

embed, object {
   display:none;
}

.contacttable, .whitetext12, .nametext, .lightbluetext8, .orangetext15, .blacktext12,.btext, .redtext, .redbtext {
   display:none;
   height: 0 !important;
   visibility:hidden;
}

td td td td {
   border:0px;width:0px;text-align:left;
}

table,td {
   padding:0px;
   width:0;
   background-color:transparent;
}

table table table {
   padding:1px;
   height:.01%;
   width:100%;
}

table table,table table table table,table,tr,td {
   height:0px !important;
   border:0px !important;
}

a.text,table div font a,table div div,.navbar font,tr td font {
   visibility:hidden;
   display:none;
   height:0px !important;
}

table table table table,table table table table td.text, td.text td.text table {
   display:none;
}

td.text table table {
   display:inline;
   visibility:visible;
}

table td table tr td.text table {
   visibility:hidden;
}

table td table tr td.text table table,table td table tr td.text table table td.text {
   visibility:visible;
}

</style>

<<—- And ending here.

Great, now why the hell does that work? Let’s try and break it down.

Your friend and mine,
-Meshach

[digg=http://digg.com/programming/Hide_everything_on_your_myspace_profile]

256 comments so far

  1. Aaron August 25, 2006 7:07 am

    Looks cool! If I had a MySpace still I’d do this and make my own page. :)

  2. [...] Now we’re ready to go to myspace and try it all out. Since I already did a ton of css work on waxjelly’s myspace page for another tutorial, let’s go there: http://www.myspace.com/waxjelly [...]

  3. brian August 25, 2006 6:47 pm

    This won’t work… Myspace is lame, and won’t take quotes.
    replace with

    and it will work.

  4. brian August 25, 2006 6:49 pm

    lol 3rd time’s a charm?

    replace:
    style type=”text/css”

    with:
    style

    Of course, add the html ’s around it. The blog software kept eating it.

  5. Meshach August 25, 2006 6:59 pm

    It’s the exact code I’ve got running on myspace.com/waxjelly

  6. bryan August 25, 2006 7:11 pm

    All I know is that myspace hates hash symbols for HEX color codes. I know they’ve gotten really hardcore about filtering content as well because of all the people that have raped their servers with JS hacks & XSS so, I don’t blame’em :D

  7. Sam August 29, 2006 7:01 pm

    Very cool, but is there a way to hide specific sections on a page? For example, if I wanted to hide just the “Myspace URL” box (the box that shows your page’s direct link), how would I go about that?

    Thanks

  8. jenny August 29, 2006 9:06 pm

    i need a code to hide that advertisement in top of your myspace profile, do u know the code for that?!

  9. Meshach August 29, 2006 9:19 pm

    Sam, sorry I forgot to comment that section, but I’ll see if I can track it down and get it for you.

    Jenny, there are lots of ways to do it, but keep in mind, if you hide the ads, myspace loses money, which means they’ll cancel your account. I’ll track down that code as well, though. Should have it tonight.

  10. [...] Now we’re ready to go to myspace and try it all out. Since I already did a ton of css work on waxjelly’s myspace page for another tutorial, let’s go there: http://www.myspace.com/waxjelly [...]

  11. denbo August 30, 2006 9:56 pm

    this code isn’t workin

  12. Meshach August 30, 2006 10:44 pm

    denbo,

    Can you be more specific? I actually copied from the above post, and pasted into the about me section of the waxjelly profile to get this: http://www.myspace.com/waxjelly

    If you have specific problems, let me know and I’ll be happy to try and work through them with you.

    Thanks,
    Meshach

  13. Samantha August 31, 2006 6:33 pm

    It’s not working for me

  14. Meshach August 31, 2006 9:02 pm

    Samantha, can you tell me what you’re seeing? or even your myspace user profile? The main thing to keep in mind with this code is to get everything from the “” tag in the end, and post it in the “about me” section of a user profile. This won’t work for artist profiles, as they have a different table structure (that tutorial is in the making now).

  15. Mango September 2, 2006 9:07 am

    This code works fine, but when I embed video, the video doesn’t appear when I go to my profile.

  16. Jeremy September 2, 2006 1:15 pm

    Thats cool and all, but it doesnt work for the music profile. That sucks.

    Ill post again if I find a hack for it. When you try to post it in a music myspace profile, it hides the button to confirm.

  17. sondra September 2, 2006 10:20 pm

    the code didn’t work until i replaced:
    style type=”text/css”
    with:
    style
    but in the carrot things

    but now i can’t write anything or change the appearance of my profile in any other way. is there anything i can do to make that work?

  18. sondra September 2, 2006 10:20 pm

    the only thing i can change is my background..

  19. wiz September 4, 2006 1:53 am

    i copied the code into my band bio but i cant get passed the ‘preview’ as it hides the submit button.

    can anyone help

  20. Meshach September 5, 2006 7:39 am

    We certainly can, but we gotta tell ya… This won’t work for ANY artist account. We’re working on a few projects that will help you out, but for now you should try and take a look at the “Hiding Your Profile” post, and just try and handle the css stuff as a standalone process.

    I can tell you though, the REASON it won’t work is because the HTML structure of the artist pages on myspace is totally different than that of regular users. Because of this, the hacks that this code is using (prematurely closing table cells, creating new cells to hold your own content, etc…) won’t work as they depend on a very specific structure for the css system.

    Like I said, we’re working on some fixes, so come back early and often and check in as we don’t yet have a newsletter to be able to let you know when we’ve got it (though we’re working on that too ;-).

  21. Bryan September 6, 2006 7:26 am

    Hey, my myspace profile doesnt show up in IE but shows up perfectly in Firefox and Safari… know what it could be?

    All that shows up in IE is white blocks, any help apreciated, thanks man!

  22. rena September 6, 2006 8:11 am

    thanks for the code but how do we now put a table onto the blank page?

  23. tiff September 6, 2006 12:48 pm

    well the code is not working for me?

  24. [...] Why does myspace CSS work the way it does? Pt 2 Posted March 13, 2007 If you haven’t read our post on this actual code, you can view Part 1 of this series here. [...]

  25. [...] Hide everything on your myspace profile (including music player!!!) Pt 1 [...]

  26. Alex March 17, 2007 4:16 am

    it works

  27. bryan March 17, 2007 5:23 am

    It’s supposed to :)

  28. FAG March 19, 2007 4:13 am

    GROSS ITS WAXJELLY! WILL YOU WAX MY BELLYBUTTON?

  29. bryan March 19, 2007 4:14 am

    Maybe later, FAG.

  30. Teabone March 22, 2007 3:09 am

    I like that I am able to hide everything but my only problem now is how to do i make a div overlay for my custom page i’d like to make??

  31. andrux March 24, 2007 12:30 am

    i know this is a silly question but i know this will help the poeple that doesn’t knwo anything about php. where do we place the php file. and can you be more specific with the steps. after pasting the php script in to the about me then what.

  32. Meshach March 24, 2007 5:15 pm

    This is a script on using CSS on myspace. It’s not php anywhere. Just follow the instructions in the tutorial, and you’ll see where to place each section of code. Most of this goes in your “about me” section.

  33. techwg March 25, 2007 7:36 pm

    I have the solution and its very easy, and it works on any type of profile. Granted it took me a couple of hours of getting anoyed with conventional means to think of it but check this out.

    all in your “about me” or “bio” or what ever put this..

    table table {visibility: hidden}
    form {visibility: hidden}

    and at the end of your profile add this

    then you use your tables with the div absolute positioning and create a nice nav bar and ANY table that YOU create you must also add this inside the table tag

    style=”visibility: visible”

    This will hide everything and still let you have your tables with all your content. Check my profile and see what i did
    http://www.myspace.com/techwg

  34. techwg March 25, 2007 7:41 pm

    ya know what i dont even care, check out my profile and you will see, this system here is being uber queer and removing my line im typing. goto my profile and check it out jesus wtf is with this removing my code ?!?!?!?!

    http://www.myspace.com/techwg

    ps sorry if you think i am spamming you, but i presumed i forgot to type it and your form keeps removing the important piece of code at the end.

    Sorry guys - no spam intended

  35. alyssa March 28, 2007 9:46 am

    the code to hide the ad on the top of the myspace didn’t work. it just made my whole profile disappear. what went wrong?

  36. techwg March 28, 2007 6:45 pm

    erm . .. If you remove your advert you will have your account taken from you by myspace. You need some skill in CSS to remake your page from scratch though if you do that. . . i remove everything apart from the advert and add my page from scratch that way

  37. jason March 29, 2007 6:36 am

    I HAVE A BAND BIO, AND THE CODE WORKED FOR ME BUT, IT HID MY FRIENDS AND COMMENTS TOO. HOW DO I PUT THEM BACK ON MY PAGE.

  38. techwg March 29, 2007 6:19 pm

    a) Whos code are you refering to b) they remove everything so you can design your page from scratch, that means there is NOTHING on your page at all, then you design your own and put it on.

  39. [...] 29th, 2006 If you haven’t first read how to turn everything off on your myspace profile, go here and read all about it. Then, come back and we’ll get started. I’ll [...]

  40. Meshach March 30, 2007 9:32 pm

    Techwg… Thanks for the feedback and help here. Great job on your myspace page too, by the way. We’re working on a couple more div overlay tutorials which should be released soon.

    Thanks for reading!

  41. [...] Hide everything on your myspace profile (including music player!!!) Pt 1 *************************************************************** ADDENDUM: I didn’t think about this before, […] [...]

  42. Zardonic April 3, 2007 10:19 pm

    Hello Meshach.

    I can’t apply the code to my account. It seems it’s because I have an artist profile. However, I have created the whole new profile from scratch but seems I’m missing something because it works fine in any explorer but when I put it in the bio it won’t show, and I’ve tried other codes but the table sizes go crazy and offscreen.

    Can you help me out? I don’t have money to be honest, I’d just like to know how to put the thing online. If possible, reply to my email. Best regards.

  43. Emily April 6, 2007 2:51 am

    So you’ve said if i hide the ad on the top of my page. my page is more likly to be deleted. sooo is there a code that would perhaps move it to the bottom of my page?

  44. TRUPER™ April 6, 2007 5:22 pm

    please.. how do you hide music box? thanks..

  45. cat April 6, 2007 6:28 pm

    this code works except u can still see the original profile before it comes up in firefox on myspace

  46. techwg April 6, 2007 7:19 pm

    make sure your new profile you make is 800px wide and what ever it is long, then you can use a simple script the like of which i made that removes practically everything from the profile apart from the advert and then using CSS position your page under the advert , thus covering your previous profile. This also works on artist profiles, but you need the extra code i made to remove the friends/comments section etc.
    To see an example of this on a standard profile check my myspace http://www.myspace.com/techwg

  47. Tiffany April 7, 2007 6:21 am

    This layout works on my page and everything, But is Grey the only color you have in it

  48. sleep April 7, 2007 10:47 am

    how do i put in tables in certain areas? plz help thx

  49. Ana April 7, 2007 5:42 pm

    so where do u copy and paste da code to hide the music player box?! because i copied and paste it on the about me section and it didnt work!?

  50. Bee April 9, 2007 2:01 pm

    I want to make my myspace profile from scratch but I have no idea about codes and stuff. I asked my friend to help me but she’s been playing me. So yeah… I have my layout and how it supposed to look like. How do I mak that the main background and start putting stuff in the tables I made. Reply me and I will send you a link to my layout. Email is skycoolgurl@yahoo.com. Thanks.

  51. maggie April 10, 2007 1:10 am

    i didnt hide my friends
    and there hidden why is
    it doing this could you
    help me?
    thanx
    much love:)
    maggiiiie.//

  52. Bee April 10, 2007 10:13 pm

    If you have a pre-made layout it probably came that way… but if you don’t… then I’m not sure…

  53. techwg April 11, 2007 3:02 pm

    Bottom line, if you want to make a completely new custom profile, you must have a way you can make a web page thats 800 pixles wide and then you use some simple CSS to position it under the advert and some really uber simple css to not show anything from the page. Then you can do everything manually.

    Classic method: “Remove what you dont want” = codes and codes and codes and codes and codes . . .

    My method: “Remove everything with least ammount of code” = code to show the coupoe of things you may want and position them. (i dont show anything i only do my things manually)

  54. techwg April 14, 2007 2:41 am

    Any info about the new scripts ? Im looking forward to overviewing them

  55. Glitter Sniffer April 14, 2007 11:36 pm

    Wow, this code works like magic! =D I’ve been searching hours for a code like this.
    But, is there a way I can allow the add to show? I don’t want to risk my account being canceled.

  56. cat April 15, 2007 2:26 am

    doesnt work in firefox u can still see the origin al profile before it goes blak

  57. marie April 19, 2007 9:43 pm

    this is really great! my only complaint is that whatever i enter sits really low on the page so you have to scroll down. is there a way to fix that?

    check out my page. basically, i am just trying to center some text and a photo, but would prefer to move it up more. if that is not possible, its still the best code i’ve ever seen! :P but what do i know about that? haha…

  58. CCTV April 23, 2007 6:16 am

    Hello, very usefull blog,
    it would be great if you could tell me how to hide everything,
    apart from the contact table, but also the “subscribe to this blog” and “view all blog entries” etc.

    Thanks

  59. Jordan April 25, 2007 11:16 pm

    Can you just give the code alone for only turning off adds on myspace? Much appreciated!

  60. Joe April 26, 2007 8:14 pm

    Im also seeking the code for removing the top Banner AD off of your myspace while leaving everything else intact.

  61. April April 28, 2007 6:22 pm

    how do i hide the advertisements, ONLY?

  62. Josh May 3, 2007 2:46 pm

    I’m following up to the Sep-04-2006 post about artist profiles, I have an original div layout and pretty well versed with the language. Two questions:

    Any new thoughts or suggestions on being able to use the submit button after edits?

    Also, a white horizontal bar expands vertically as I scroll up, but all the div measurements are exact, we’re dumbfounded.

  63. waxjelly mother May 5, 2007 6:22 pm

    great, son! good with the layouts.

  64. Rose May 7, 2007 9:43 pm

    How do you hide everything on Myspace.com, but not hide the ads? Please reply.

  65. ben May 10, 2007 5:42 pm

    I think our band myspace account was hacked. When I log in as the administrator of the account I can see everything as if it were still a music account such as calendar and songs uploaded, and I can even see all of my html code in the “edit profile” screens. However, when you view the profile from the public’s eyes it looks like the entire profile was converted to a personal profile. It says Female-103 years old and everything is white with no ads or anything. The only thing that still shows is our friends list. Any help would be greatly appreciated! Thanks.

  66. Sinead May 11, 2007 3:45 pm

    hey ive been looking everywhere for a code or something to move the white area undeneath my profile up, theres just this big gap of nothing, and the more i enter in my about me the bigger the gap gets?
    i heard it was somehting about my comments im not too sure, myspace.com/sinead_hearts_you
    any help greatly appreicated!

  67. chelsea May 13, 2007 10:49 pm

    COULD SOME ONE PLEASE EMAIL ME ON CHELSEA-91@HOTMAIL.CO.UK . I WANT THE CODE THAT OBLY HIDES THE ADDS. JUSTTHE ADVERTS AT TH TOP NOTHING ELSE
    HELP WOULD REALLY BE APPICIATED THATNKS X

  68. ShinZaiaku May 16, 2007 4:48 pm

    There has to be someone going around to different profiles looking for ads being removed. I hid the ads of my profile for years and my account was never removed.

  69. zubie May 24, 2007 12:56 am

    first of all, thanx 4 this code, second..why cant i put any links on my page now..? (any1 out there know?!..plez tell me how to fix it..zoo-b@hotmail.com)..thanx again..

  70. ShinZaiaku May 28, 2007 10:43 pm

    Sicne you hidden everything you will have to use another CSS code to display the stuff you want. This code it just to help you out starting with a clean profile page.

  71. LatSaint May 29, 2007 1:34 am

    is there a CODE to remove the ad from the top of MYSPACE…and i know i know if i get caught ill get deleted….is there a code to remove the ad from the top of myspace?

  72. pisufnita May 29, 2007 1:43 am

    hey:) thanks for the great code. i love it! in IE i can still hear the music that i adore. and the background i choose:) and in firefox i dont hear the music, but i see ”layout made by pisufnita” that i also love. thank u!!!!

    ill let here the profile for anyone that want to see how great it looks(modest me:PPP)
    http://www.myspace.com/pisufnita

  73. LatSaint May 29, 2007 2:39 am

    is there a CODE to remove the ad from the top of MYSPACE…and i know i know if i get caught ill get deleted….is there a code to remove the ad from the top of myspace?

  74. pisufnita May 30, 2007 8:16 am

    people. u are idiot. asking the dsame fucking question. read the damn topic. u need the code pasted for each of u???????

    p.s. thank u guys for the codes. myspace looks just great;) and now without ads

  75. .jess. May 31, 2007 5:54 pm

    Thanks so much for this blog.
    I had seen something simular on someones page a year and a half ago (the whole floating custom layout deal).

    I have to admit I was very jealous because I’ve never taken any classes for html,java, or css. But….
    I just spent alot of spare time veiwing sources and tweaking things.

    This article (mainly) - along with other articles really helped me out alot to acheive the look I have right now on Myspace.

    I probably don’t have the codes all written neatly and whatnot but hey! It works and I’m happy.

    Now all I need to do is play with my PSP7 program and edit some of the COORDS to try to make the layout a little bigger so it looks more centered on the page.

    Thanks so much!

    Ps: Critics and Commenters are appreciated!

    XoXo Jess - Somewhere in SE Michigan

  76. Nicky May 31, 2007 7:40 pm

    hey… i know removing the ads is “not allowed”… cool… but how do i hide links… for example i save a code and the webpage appears at the top everywhere hust to advertise themselves… its annoying me!!!!!

  77. pisufnita June 1, 2007 2:19 am

    hey NICKY!
    is easy. try to fing(usually at the bottom of the code) the http://advertising_site_u_want_to_remove. deletye the name/source and the .gif
    for examplehref

  78. pisufnita June 1, 2007 2:20 am

    hey NICKY!
    is easy. try to fing(usually at the bottom of the code) the http://advertising_site_u_want_to_remove. deletye the name/source and the .gif
    for exampleh

  79. pisufnita June 1, 2007 2:21 am

    i cant. lol.

    hey NICKY!
    is easy. try to fing(usually at the bottom of the code) the http://advertising_site_u_want_to_remove. delete the name/source and the .gif
    for exampleh

  80. pisufnita June 1, 2007 2:21 am

  81. pisufnita June 1, 2007 2:21 am

    is not the best solution. but u are new. so try to read the code. and to remove one by one what i told you. to be sure what u delete just go with the mouse over the advertise. and look at the bottom of the page to see where that link will take you to. so search that link in the code. is the one u have to remove! ok?:)

  82. pisufnita June 1, 2007 2:22 am

    nicky. i tried to put an example. but seems that this site dont alow me to do it. so if u have anymore questions just ask here. ok?

  83. Michele June 5, 2007 12:39 am

    Can I hide specific friends on my list?

  84. Matt June 7, 2007 8:21 pm

    Hi. I used your code, but how can I now make the background all one color? Also i tried embedding a flash and it would not let me do that. Pls help

  85. Matt June 7, 2007 8:29 pm

    my site:

    http://www.myspace.com/zennode

    pls help

  86. Matt June 7, 2007 8:30 pm

    is there also a way to move everything right under the url bar?

  87. LatSaint June 8, 2007 4:14 am

    is there a CODE to remove the ad from the top of MYSPACE…and i know i know if i get caught ill get deleted….is there a code to remove the ad from the top of myspace

  88. ghost June 10, 2007 5:13 pm

    Hello is there anyway to make everything dissaper apart from frineds and comments

  89. Vantana June 10, 2007 11:08 pm

    when i put the hide ad code in the only thing that was there was my backround and music

  90. me1212 June 19, 2007 6:16 pm

    Someone please tell me…

    IF U HAVE REMOVED THE ADS…. DOES TOM ACTAULLY DELDTE UR PROFILE.. OR IS THIS A MYTH… I HAVE A DIV LAYOUT.. IT HAS HIDDEN MOST OF THE ADD… THERE IS JUTS A TINY BIT OF WHITE ADD LEFT…. IS THIS WRONG? CAN HE DELETE THE ADD FOR THAT…. PLEASE TELL ME… I DESPERATLY WANNA REMOVE IT.. IT LOOKS HORRIBLE AND COMPLETELY RUINS THE WHOLE LOOK OF MY MYSPACE… REPLY PLEASE…
    THANKS GUYS…

  91. hayate June 20, 2007 8:10 pm

    Hey, i did a waxjelly sorta thing on my profile,

    I did view source, and copied the css code etc.

    All i got is the left col and main table.

    I didnt get the picture on top.

    The idea was to just tweak it for my own personlisation.

    Please help me?

    mail me through my myspace (if you have it)

    or reply onto here?

    thanks

    hayate

  92. jose June 21, 2007 2:31 pm

    where do i put the stuff that i want to add like a have this image that has coords to it where do i add the codes

  93. AshGUTZ June 21, 2007 5:50 pm

    An issue I have with your code that I don’t like, is the fact that the original posted code DOES hide the ads. You obviously know hiding ads on the Space is a violation of the TAA when you sign up. Besides that, the code does work - while still violating rules.

  94. AshGUTZ June 21, 2007 5:51 pm

    Ok, nevermind.. I think it may just be my browser being incredibly dumb.

  95. Eileen June 23, 2007 6:37 am

    Actually,
    The above code DOES HIDE the Ad Banner, about 50% of the time.

    I have been watching this “vanishing ad” syndrome for a while.
    What I found was interesting. Myspace has MULTIPLE code paths generated for the advertisement, and you may get one one minute, and the other the next minute.

    The ad is at level
    div table td div
    OR
    div table td div div
    (Depending on what path it takes when generating the code).

    The above code has this
    table div div {display:none}
    (It is merged with a bunch of other stuff in the esame line).

    There are a lot of ways to hide the div containing the ad. I will only list a few of those, that I have seen in profiles. Any of these with either {display:none} or {visibility:hidden}

    body table div div
    table td div
    table td div div
    table div div

    div table td
    div table td div
    div table td div div

    Those with 2 divs after the table, will only hide about half the ad banners.
    Those with 1 div after the table will get all the ad banners (it used to be that this would only get about half the ad banners)

  96. Eileen June 23, 2007 6:42 am

    In reference to the above post of mine:
    I am giving out this information so people can fix the problem in their profiles, not so they can use the code to hide the ad.

    Profiles have been deleted due to hiding the ad banner.
    It does happen.

  97. Kat June 25, 2007 4:58 am

    please share with me how to hide ONLY my last login….not my age or location. I appreciate it!!!

  98. Ash Haque June 25, 2007 6:53 am

    Hey thanks for sharing dude, I was looking for a way to do this for a while :-)

  99. C-Dub June 28, 2007 12:19 am

    ok this code worked to hide all my content..but then i made my whole page from scratch using php and it seems to only show parts of the code i have entered..here is my example plz help

    What Site should look like —>THIS and here is what it turned out to look like. THIS

    So please help. Thanks

  100. TG June 28, 2007 3:07 am

    is there a way you can do that but just show to contact table? my email is tgprospect@yahoo.com

  101. Hannah June 28, 2007 6:07 pm

    Fabulous! However, is there a way to NOT HIDE the advertisement? I don’t mind it floating at the top at all. Which line of css hides the ad?

  102. Hannah June 28, 2007 6:48 pm

    I went ahead and tried to whip up my own code to HIDE EVERYTHING EXCEPT THE ADVERT. It seems to be working! =D But could anyone please help me get rid of those | | | marks below the ad? I can’t make them go away no matter what I do.

    Here’s my CSS:

    font, .nametext, .text, .btext, .redtext, .redbtext, .lightbluetext8, .blacktext10, .blacktext12, .whitetext12, .orangetext15 {display: none!important; visibility: hidden;}

    a.redlink:link, a.redlink:visited, a.redlink:hover, a.redlink:active, a.navbar:link, a.navbar:visited, a.navbar:hover, a.navbar:active, a.text:link, a.text:visited, a.text:hover, a.text:active, u {display: none!important;}

    table table td, table table table table td, table table table, table table table table {display: none!important;}

    table, td {border: none; border-width: 0; background-color: transparent;}

    body div table td form img {display: none!important;}
    body div table td form option {display: none!important;}
    body div table td form select {display: none!important;}
    body div table td form input {display: none!important;}

  103. Shin Zaiaku June 28, 2007 10:34 pm

    I know you here alot of people warning you about removing the advertisement can get your account removed but I removed the advert from my profile for over 2 years now and my account is still there. I think its more of a deterent then anything.

  104. Michelle June 29, 2007 9:29 am

    I am LOVING this code, but like some others, I’d rather not risk my account. I don’t really have that much of a problem with the ad being at the top of the page… so is there a way to hide EVERYTHING BUT the advertisement?

  105. Tobi July 2, 2007 12:27 pm

    it doesn’t completely work, if you could help me that would be great!- tubby_1@hotmail.co.uk
    thanks

  106. Michelle July 2, 2007 12:49 pm

    Ignore my comment, I just realised the advert shows up sometimes. =)

  107. Zaiaku July 3, 2007 9:19 pm

    Myspace really only look on realy popular profiles and some band profiles mostly. If yours isnt all that popular don’t worry about removing the ads.

  108. devdavad July 6, 2007 6:47 am

    Thank you!

  109. haley July 7, 2007 10:38 pm

    hey i used that code to hide everything but when i go to my page, it just shows my background.i want it to have an add button, a home button, a pic button, a message button, and a comment button.
    but i dont want them to be in buttons, i just want them to be links.
    and also i want there to be a picture on it with some writing buuut, i cant copy paste anything!!!
    it doesnt show up!!!
    I NEED HELP!!!
    i want to create a profile from scratch.
    i wouls TOTALLY apprecite it (:

  110. haley July 7, 2007 10:38 pm
  111. Zaiaku July 8, 2007 1:02 am

    Looks asthough you was able to fix it. I’m saying that becuase I’m seeing more then a baccground.

  112. Andrew Fashion July 13, 2007 3:08 am

    I Like Makeup!CHECK OUT MY SITE!!!!

  113. jane July 14, 2007 11:38 am

    i used the code and now my marquees wont work or my div boxes that are inside of my main div box, besides that i love it, but can anyone help me with the marquee and div boxes not working plz?

  114. Zaiaku July 14, 2007 12:45 pm

    Jane,
    try placing a table with border=0 around the marque.

  115. jane July 14, 2007 1:40 pm

    well it already has a border basially now its just a blue box with a gray border and it used to have green text in it

  116. vincent July 15, 2007 10:45 am

    wellll when i type something it goes off to one side id like to be able to keep it in the middle how?

  117. steve July 15, 2007 2:52 pm

    the code works and everything, but i want the music player. i tried deleting various parts of the code in an attempt to make the music player to appear, but it was to no success.

    what do i do?

    thanks

  118. somobody July 17, 2007 11:37 pm

    i have a problem, i can’t put anything there is the profile gray and i can’t put anything u_u”

  119. Zaiaku July 18, 2007 6:05 pm

    After using the code, you can use another css code with a layer of +1 and display whatever you would like. Basically placing whatever you want on top.

  120. liz July 20, 2007 9:44 am

    i need a code to hide that advertisement in top of your myspace profile, do u know the code for that
    thanks

  121. Kyle July 20, 2007 8:23 pm

    Wow, very cool!
    Thanks!

  122. anna July 21, 2007 8:58 am

    this is awesome
    thanks heaps.
    it was the only code that hid my music player.
    job well done
    thanks again!

  123. Katelyn. July 21, 2007 5:46 pm

    OK WTF I WANT A CODE JUST TO HIDE ADVERTISEMENT WHY WONT ANYBODY GIVE THAT TO ME!!?!?!???!!?!?!?!??!?!

    =[[

  124. Zaiaku July 21, 2007 7:30 pm

    Katelyn,
    The reason is becuase there are only 2 codes that I know will hide the advertisements. Atleast I only have 2 of them. If anyone shares them, tons of people are going to start using them. The Myspace will make changes so the code doesn’t work any more.

    You also may hear that if you remove the ads from you profile myspace.com will delete your account. I really don’t know how true this is, but they proably will never find your account. They haven’t found out that I have been hiding the ads for over 3 years now. there atleast 500 accounts made a day, and people are usually change there accounts often, so what’s the chances of them just casually finding out. But you know how people can be sometimes and just hate on you so your account gets deleted.

    Hope this gets you to understand why the codes for that aren’t publicized all over.

  125. Jack July 23, 2007 1:08 am

    thank’s you say my day! I was looking for this for a long time!!! SO I can re-design the whole page. =]

  126. Ryan July 23, 2007 1:31 am

    Ok, I’ve pasted the code in the ‘about me’ section. Simple enough, I know. The page is blank, without anything on it now. So, how do make my own html/css codes show up over the blank page? If you answer this, I’d appreciate a code. If it’s too difficult, just say so. Thanks.

  127. nnenna July 24, 2007 12:39 am

    ok so do yall know of a code that can hide your comments and your i think it is view comments buttons but keep the add comment button?

  128. Mark July 25, 2007 1:22 am

    Ok..
    Now i got the code in.
    alls that shows up is my about me which says haha.
    Now i want to start adding shit.
    So…
    Im kinda confused.
    If i wanted to add my picture what would i do?

    http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=85957194

  129. Zaiaku July 25, 2007 3:56 am

    You must of removed the code becuase I’m not seeing it in your page.

  130. Dany July 26, 2007 5:37 am

    Okay. Can you give me some tips on how to do all this? Putting my friends back on there, how to add a coool background, and make it where my friends can goto their home, message me, comment me and see my pictures. Also how can other members add me?
    I’m really confused.

  131. Zaiaku July 26, 2007 2:13 pm

    Dany,
    It Seems it would be easier for you instead of removing everything and then trying to add things bacc. Why not start all over and just remove the parts of the profile you don’t want.

  132. Kaeightee July 27, 2007 9:14 am

    Hey, how do you use this, and then put in a div overlay?

    Can’t quite figure it out.

  133. Zaiaku July 27, 2007 4:43 pm

    You use a Div overlay, specify the size and location. Also remember to give your layer with atleast a 2 so that it shows up on top of the baccground you want to use.

  134. Katie July 31, 2007 4:03 pm

    I need a code for making your own DIV overlay;
    one that is simple..and easy to follow.

  135. Sean July 31, 2007 4:14 pm

    Great.
    But now my background isnt showing on firefox…
    What im trying to do is make a Background image for a homepage.this was the only way i could figure out how to do it.
    so if i generated a background image and placed it with the hide code, will it show the image ?

  136. Sean July 31, 2007 6:05 pm

    if theres any other alternative, other than hiding everything on myspace and viewing profile as a homepage please tell me.
    all i want is a wallpaper to show up when i open firefox.
    if anyone has a suggestion email me at
    x.is.that.okay@gmail

  137. Vincent August 1, 2007 5:05 am

    But i know some friends who had a myspace without any ads anywhere for months now and its not deleted so your saying if your a guy it will get deleted since tom is a girl hunter? no offense but i think this is stupid how they delete you when a ad is removed.

  138. Zaiaku August 1, 2007 1:11 pm

    I agree it stupid when an ad is removed, but that’s how myspace wants to do it.

  139. kim August 2, 2007 10:23 pm

    hmm i got a better code
    and i know how to do the links because i roleplay
    and i learn stuff when i roleplay so yeahh

  140. Evan August 4, 2007 7:57 pm

    Ok. I’m in desperate mode right now. I have made an image in photoshop with hyperlinks and such (not my point). I want to hide EVERYTHING except the top ad and apply this in the center page. I know it’s possible because I have a friend on myspace that has such a profile http://www.myspace.com/eljuma711. He isn’t so nice as to share his codes with me so I have been searching for such a code for DAYS now. Please help.

    E-mail me with your response.
    Thank you.

  141. Zaiaku August 5, 2007 12:53 am

    Is noone of the comments going through?

  142. Zaiaku August 5, 2007 12:59 am

    I can’t get any code to show up on here. I try posting it different ways and none would go through.

  143. Dub August 5, 2007 9:15 pm

    Hey
    Basically all I want is a flashing background with the music player hidden but playing.
    I’m not bothered about the ads.

    What do I do?

  144. Zaiaku August 6, 2007 2:01 am

    Dub

    tr {background-color:transparent;}
    body table div font {background-image:url(URL HERE); display:block; font-size:0px; letter-spacing:-1000px; width:800px; height:100px; position:relative; top:-50px;}

  145. Zaiaku August 6, 2007 2:02 am

    Remeber to use the script tags before and after