Help - Search - Members - Calendar
Full Version: Hiding General Info
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
metalmikey
How do I hide the General Info sections on my artist profile? I want to replace it with an image.

http://myspace.com/pomylony

Thanks. :)
miyashu
CODE
<style type="text/css">
table td.text {visibility:hidden;}
td.text td, td.text span, td.text a {visibility:visible;}
</style>


Place that code in your About Me. However I'm not sure it's possible to replace your general info with an image. You could have a background image for that table, though.
metalmikey
That didn't work. That just hid the music player...
Insurmountable
Codes that work on regular defualt profiles won't work on band profiles Miyashu.
metalmikey
Mhmm. Anyone know the code?
Insurmountable
There isn't a real class for the table which makes it a bit more complicated.


I mean the simpliest way to get them hidden would to hide the whole left column, which would simply be:
CODE
<style>
table table table {visibility:hidden;}
td td.text object, td td.text div *, td.text2 *, .FixBox1 *
{visibility:visible;}</style>


I'll try and figure something out, but I'm not promising anything.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.