Help - Search - Members - Calendar
Full Version: A Little Band Profile Help
Forums > Resource Center > Support Center > MySpace Support
jamesyjamesy
Hey Guys,

Firstly - thanks for all the tutorials on band overlays; i'm super amateur but i've found everythign really easy to follow so far and I feel that it's help my learning a helluva lot.

I have a simple question..

if you look at Thrice's myspace (http://www.myspace.com/thrice) you'll not that they have a top sliced overlay, fairly standard and something i've been abnle to figure out how to do - but they've also hidden all of their profile info and main picture - I'm just wondering if you could tell me how to do that and also if there's a basic set of margin coding that makes sense to make this work? I've tried the standard hiding profile picture coding (i think...) within the making a div overlay tutorial 2 coding but it dones't want to disappear.

Any help would be greatly appreciated.

Thanks,
James
Mike
Just use this small snippet of code:

CODE
<style>
table table table {visibility:hidden;}
td.text table {visibility:visible;}
</style>

That should hide the whole left side.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.