How to get rid of Powered by Google in Myspace
If you have decided to get rid of / hide the Myspace search on your profile, you'll notice Powered by Google shows up. This is uncessessary since you are not even showing the search engine. You'll also find that the Powered by Google image has a blue outline that may not match your Myspace profile.
Here's the CSS code to get rid of the logo.
<style type="text/css">
table form img {
width: 0; height: 0; display: none;
</style>
December 3, 2006