How to Get Rid of the Gray Bars Around the MySpace Copyright
- 1). Sign in to your MySpace page.
- 2). Click on the "Profile Editor."
- 3). Paste the following code in the "About Me" box.
<style>
{! hide bottom links http://spiff-myspace.blogspot.com -!}
table div {display:none}
{! bring back stuff we do not want to hide; ad banner; url -!}
div table div {display:block;}
table table div {display:block;}
{! additional line if you have a custom div !}
table div.YourCustomDivName {display:block}
</style>
Source...