Help - Search - Members - Calendar
Full Version: 1.0 DIV Convert to 2.0
Forums > Resource Center > Support Center > MySpace Support
alecreations
I have no idea how to create anything for 2.0, yet. Anyhow, I recently created a 1.0 Myspace div layout for a client. *They already knew I only work for 1.0* and they just realized they can't switch back from their 2.0 to 1.0. My question is, is there a way to convert a 1.0 div layout into a 2.0 div layout?

allvanishing
Yes, you could, but it would need some work. Some things you need to do is to move all the CSS into customize profile and put the # symbol in front of hex codes.
fixtatik
I'd say it depends on how you built the 1.0 layout. If you're just hiding the profile, then building normal HTML & CSS on an empty slate, it's very easy to do.

To hide a 2.0 profile:
CODE
#googlebar, #topnav, .photo, .basicInfoDetails, .detailsModule, .activityMiniFeedModule, .blurbsModule h3, .blurbsModule h4, .friendSpaceModule, .commentsModule, #footer { display:none; }
.content { visibility:hidden; }
.blurbsModule { visibility:visible; }
#header { background:none; }


Then just do what allvanishing mentioned.
Mike
This might help as well.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.