how would i go about removing the myspace im bar from my profile with css/html?

Brad

New member
i do not want to disable it, because that only works for my account, plus i sometimes like to talk to people with it. i just want to put a code into my about me/whatever to 100% hide it when anyone visits my page.. i tried a basic css code, and tried hiding everything inside of it with "display: none !important;" and "visibility: hidden !important;" but it did not work, unfortunately, because it slows the load of my page tremendously. i don't think there is a working fix for this (i searched google a good number of times), but i was just wondering if anyone knew for sure.
by the way: when i submit the code to myspace it goes as such; before it is submitted to myspace:
.webimIframe {display:none !important;}

after, in the profile code:

.webim[[iframe]] {display:none !important;}
a bit of advice from me: if you're going to answer a question, make sure you know the answer.
i know they do, but they should still be able to be styled, i use jQuery (javascript library) to dynamically add things to my websites and they are still styled, so nice try to sound intelligent. just so you know, they use php to make sure i don't edit the bar by putting 2 sets of brackets around everything in my about me and my interests and such, i was just wondering if there was a work-around
 
Back
Top