<?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>BenEskew.com &#187; CSS</title>
	<atom:link href="http://www.beneskew.com/category/web-development/cascading-style-sheets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beneskew.com</link>
	<description>Just another web developer&#039;s personal weblog.</description>
	<lastBuildDate>Sat, 28 Aug 2010 22:39:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remove The &#8220;Extended Network&#8221; Text From Your Myspace Profile</title>
		<link>http://www.beneskew.com/2007/06/remove-the-extended-network-text-from-your-myspace-profile/</link>
		<comments>http://www.beneskew.com/2007/06/remove-the-extended-network-text-from-your-myspace-profile/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 21:40:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MySpace Codes]]></category>

		<guid isPermaLink="false">http://beneskew.com/2007/06/16/remove-the-extended-network-text-from-your-myspace-profile/</guid>
		<description><![CDATA[So I figured out how to remove the text that says "Name is in your extended network." recently and now I'll post it here for you. NOTE: This just removes the text, not the whole table. Just simply place this code anywhere in your profile: &#60;style="text/css"&#62;span.blacktext12 { visibility:visible !important; background-color:transparent; font-size:0px; letter-spacing:-0.5px; width:435px; height:75px; display:block [...]]]></description>
			<content:encoded><![CDATA[<p>So I figured out how to remove the text that says "Name is in your extended network." recently and now I'll post it here for you. NOTE: This just removes the text, not the whole table. Just simply place this code anywhere in your profile:<br />
<code><br />
&lt;style="text/css"&gt;span.blacktext12 {<br />
visibility:visible !important;<br />
background-color:transparent;<br />
font-size:0px; letter-spacing:-0.5px;<br />
width:435px; height:75px; display:block !important; }<br />
span.blacktext12 img {display:none;}&lt;/style&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2007/06/remove-the-extended-network-text-from-your-myspace-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove The &#8220;Add Comment&#8221; Link In Your Myspace Profile</title>
		<link>http://www.beneskew.com/2007/06/remove-the-add-comment-link-in-your-myspace-profile/</link>
		<comments>http://www.beneskew.com/2007/06/remove-the-add-comment-link-in-your-myspace-profile/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 21:36:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MySpace Codes]]></category>

		<guid isPermaLink="false">http://beneskew.com/2007/06/16/remove-the-add-comment-link-in-your-myspace-profile/</guid>
		<description><![CDATA[Well, for some reason or another I'm sure some of you would rather not let people leave comments or not be able to find the link to add a comment in your Myspace profile. Well, if that's so then I have a piece of code that may be of use to you. But please realize [...]]]></description>
			<content:encoded><![CDATA[<p>Well, for some reason or another I'm sure some of you would rather not let people leave comments or not be able to find the link to add a comment in your Myspace profile. Well, if that's so then I have a piece of code that may be of use to you. But please realize that a diligent ''Myspacer'' may still find a way to add their comments. Just simply place the following code anywhere in your profile:</p>
<p>&lt;style type="text/css"&gt;td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}<br />
td.text td.text td a {visibility:hidden;}&lt;/style&gt;&lt;a href="http://www.beneskew.com" target="_blank"&gt;&lt;img src="http://www.beneskew.com/img/myspace2.jpg" alt="Myspace Codes &amp; Stuff" style="position:absolute; left:0px; top: 0px; z-index:9;" border="0" /&gt;&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2007/06/remove-the-add-comment-link-in-your-myspace-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto-resize Images In The Comment List On Your MySpace</title>
		<link>http://www.beneskew.com/2007/06/auto-resize-images-in-the-comment-list-on-your-myspace/</link>
		<comments>http://www.beneskew.com/2007/06/auto-resize-images-in-the-comment-list-on-your-myspace/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 21:30:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MySpace Codes]]></category>

		<guid isPermaLink="false">http://beneskew.com/2007/06/16/auto-resize-images-in-the-comment-list-on-your-myspace/</guid>
		<description><![CDATA[Are you sick of your Myspace page constantly getting screwed up by people posting huge pictures in your comments?? I sure am! Well, I found a fix so you won't have to ever worry about that again!! It's quite simple really. Just put the following code anywhere in your profile: &#60;style type="text/css"&#62; td.text td.text table [...]]]></description>
			<content:encoded><![CDATA[<p>Are you sick of your Myspace page constantly getting screwed up by people posting huge pictures in your comments?? I sure am! Well, I found a fix so you won't have to ever worry about that again!! It's quite simple really. Just put the following code anywhere in your profile:</p>
<p>&lt;style type="text/css"&gt;<br />
td.text td.text table table table td a img {width:100px;}<br />
td.text td.text table table table td div img {width:80px;}<br />
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}<br />
td.text td.text table table td div img {width:80px;}<br />
* html td.text td.text table table td img {width:260px;}<br />
* html td.text td.text table table td a img {width:90px;}<br />
* html td.text td.text table table td div img {width:80px;}<br />
&lt;/style&gt;&lt;a href="http://www.beneskew.com" target="_blank"&gt;&lt;img<br />
src="http://www.beneskew.com/img/myspace2.jpg" alt="Myspace Codes &amp; Stuff" style="position:absolute; left:0px; top: 0px; z-index:9;" border="0" /&gt;&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2007/06/auto-resize-images-in-the-comment-list-on-your-myspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
