<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CDeez MP3 Player - Myspace Music Player &#124; Flash Widget &#187; remove myspace player</title>
	<atom:link href="http://www.cdeez.com/blog/tag/remove-myspace-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cdeez.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 21 Jan 2012 21:53:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hide MySpace Music Player with NO EMPTY SPACE!</title>
		<link>http://www.cdeez.com/blog/cool-findings/hide-myspace-music-player-with-no-empty-gap/</link>
		<comments>http://www.cdeez.com/blog/cool-findings/hide-myspace-music-player-with-no-empty-gap/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 06:43:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cool Findings]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[empty]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[hide myspace music player]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[no empty space]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[remove myspace player]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.cdeez.com/blog/?p=75</guid>
		<description><![CDATA[This code not only hides the myspace music player, but also removes the empty space where the player used to be ( which is what current methods would accomplish ). Enjoy&#8230;
 
Paste this CSS code into your profile while in edit mode:

1
2
3
4
5
6
7
8
9
10
11
&#60;style type=&#34;text/css&#34;&#62;
&#160;
table table td.text div &#123;
display:none;
&#125;
&#160;
table table table td div &#123;
display:block !important;
&#125;
&#160;
&#60;/style&#62;

]]></description>
			<content:encoded><![CDATA[<p>This code not only hides the myspace music player, but also removes the empty space where the player used to be ( which is what current methods would accomplish ). Enjoy&#8230;</p>
<p> </p>
<p><strong>Paste this CSS code into your profile while in edit mode:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="css css" style="font-family:monospace;">&lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span>
&nbsp;
table table td<span style="color: #6666ff;">.text</span> div <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span>;
<span style="color: #00AA00;">&#125;</span>
&nbsp;
table table table td div <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span> !important;
<span style="color: #00AA00;">&#125;</span>
&nbsp;
&lt;/style<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.cdeez.com/blog/cool-findings/hide-myspace-music-player-with-no-empty-gap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

