One-column Myspace

For a skinny layout, this code fits everything into one column:

<style>.interestsAndDetails{display:none;}</style>
<style>[id=HeroesRow]{display:none;}</style>
</td></tr></table>
</td></tr></table>
<table><tr><td>
<div class="off">
<table><tr><td><table><tr><td>

Add this to your "heroes" section. It keeps Myspace from starting a second column by opening an extra table that never gets closed.

The first line hides your interests/details, the second line hides your heroes, if you want to hide those. If you don't, take out those lines.