<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for ThemeKings - Pickerington Ohio, Website, Graphic, Design</title>
	<atom:link href="http://themekings.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://themekings.net</link>
	<description>Web &#38; Graphic Designs</description>
	<lastBuildDate>Mon, 13 Feb 2012 05:25:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Tech Red v2.0 by Todd</title>
		<link>http://themekings.net/2012/02/tech-red-v2-0/#comment-24</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Mon, 13 Feb 2012 05:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://themekings.net/?p=313#comment-24</guid>
		<description>We will also be adding other color variations to this theme in the near future. Should you have any special request or ideas for this theme please be sure to register and post them for our developers.</description>
		<content:encoded><![CDATA[<p>We will also be adding other color variations to this theme in the near future. Should you have any special request or ideas for this theme please be sure to register and post them for our developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by ThemeKings Free Custom Website Template &#124; Dark Industrial</title>
		<link>http://themekings.net/contact/#comment-23</link>
		<dc:creator>ThemeKings Free Custom Website Template &#124; Dark Industrial</dc:creator>
		<pubDate>Sun, 12 Feb 2012 01:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://themekings.net/?page_id=21#comment-23</guid>
		<description>[...] Contact   Log in [...]</description>
		<content:encoded><![CDATA[<p>[...] Contact   Log in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by ThemeKings Free CSS Custom Website Template &#124; Safe Zone</title>
		<link>http://themekings.net/contact/#comment-22</link>
		<dc:creator>ThemeKings Free CSS Custom Website Template &#124; Safe Zone</dc:creator>
		<pubDate>Sun, 12 Feb 2012 01:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://themekings.net/?page_id=21#comment-22</guid>
		<description>[...] Contact   Log in [...]</description>
		<content:encoded><![CDATA[<p>[...] Contact   Log in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on X-71 v4.0 by Todd</title>
		<link>http://themekings.net/2011/10/x-71/#comment-10</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Wed, 01 Feb 2012 04:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://themekings.net/?p=73#comment-10</guid>
		<description>&lt;span style=&quot;font-weight:bold&quot;&gt;FOOTER NOTES:&lt;/span&gt; For those who already have this theme and want to add Footer Notes (as included in v4.0) to your pages add the following info to the CSS file. (Be sure to replace the existing #footer id with the new)

&lt;pre&gt;
#footer {
	width: 920px;
	height: 102px;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(&#039;theme/footer-2.jpg&#039;);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .6em;
	font-weight: normal;	
}
#foot-CL {
	width: 392px;
	height: 38px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 10px 0px 0px 30px;
	padding: 0px;
	color: #444444;
	text-align: center;
}
#foot-CR {
	width: 392px;
	height: 38px;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 10px 30px 0px 0px;
	padding: 0px;
	color: #444444;
	text-align: center;
}
&lt;/pre&gt;

Now replace the HTML code. Find this:

&lt;pre&gt;
&lt;div id=&quot;footer&quot;&gt;&lt;/div&gt;
&lt;/pre&gt;

.....and replace with:

&lt;pre&gt;
&lt;div id=&quot;footer&quot;&gt;
	&lt;div id=&quot;foot-CL&quot;&gt;
	
		Your Clan Name Here&lt;br /&gt;
		&lt;a class=&quot;LINKurl&quot; href=&quot;http://www.YourSite.com&quot; rel=&quot;nofollow&quot;&gt;www.YourSite.com&lt;/a&gt;&lt;br /&gt;
		Copyright 2012&#160; All Rights Reserved
		
	&lt;/div&gt;
	
	
	&lt;div id=&quot;foot-CR&quot;&gt;
	
		Your Clan Slogan Goes Here&lt;br /&gt;
		Clan Leader(s) Names&lt;br /&gt;
		Give The Game Name You Play Here
		
	&lt;/div&gt;


&lt;div class=&quot;clearB&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><span style="font-weight:bold">FOOTER NOTES:</span> For those who already have this theme and want to add Footer Notes (as included in v4.0) to your pages add the following info to the CSS file. (Be sure to replace the existing #footer id with the new)</p>
<pre class="wp-code-highlight prettyprint">
#footer {
	width: 920px;
	height: 102px;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url('theme/footer-2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .6em;
	font-weight: normal;
}
#foot-CL {
	width: 392px;
	height: 38px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 10px 0px 0px 30px;
	padding: 0px;
	color: #444444;
	text-align: center;
}
#foot-CR {
	width: 392px;
	height: 38px;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 10px 30px 0px 0px;
	padding: 0px;
	color: #444444;
	text-align: center;
}
</pre>
<p>Now replace the HTML code. Find this:</p>
<pre class="wp-code-highlight prettyprint">
&lt;div id=&quot;footer&quot;&gt;&lt;/div&gt;
</pre>
<p>&#8230;..and replace with:</p>
<pre class="wp-code-highlight prettyprint">
&lt;div id=&quot;footer&quot;&gt;
	&lt;div id=&quot;foot-CL&quot;&gt;

		Your Clan Name Here&lt;br /&gt;
		&lt;a class=&quot;LINKurl&quot; href=&quot;<a href="http://www.YourSite.com&#038;quot" rel="nofollow">http://www.YourSite.com&#038;quot</a>; rel=&quot;nofollow&quot;&gt;www.YourSite.com&lt;/a&gt;&lt;br /&gt;
		Copyright 2012&amp;nbsp; All Rights Reserved

	&lt;/div&gt;

	&lt;div id=&quot;foot-CR&quot;&gt;

		Your Clan Slogan Goes Here&lt;br /&gt;
		Clan Leader(s) Names&lt;br /&gt;
		Give The Game Name You Play Here

	&lt;/div&gt;

&lt;div class=&quot;clearB&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on X-71 v4.0 by Todd</title>
		<link>http://themekings.net/2011/10/x-71/#comment-9</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Tue, 31 Jan 2012 23:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://themekings.net/?p=73#comment-9</guid>
		<description>Find this code here: 


&lt;pre&gt;
&lt;div id=&quot;banner&quot;&gt;
	&lt;object id=&quot;flash1&quot; data=&quot;flash/banner-2.swf&quot; style=&quot;width: 920px; height: 174px&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
		&lt;param name=&quot;movie&quot; value=&quot;v2/flash/banner.swf&quot; /&gt;
		&lt;param name=&quot;quality&quot; value=&quot;Best&quot; /&gt;
		&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
	&lt;/object&gt;
&lt;/div&gt;
&lt;/pre&gt;

and replace it with this code:

&lt;pre&gt;
&lt;div id=&quot;banner&quot;&gt;
	&lt;object id=&quot;flash1&quot; data=&quot;flash/banner-2.swf&quot; style=&quot;width: 920px; height: 174px&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
		&lt;param name=&quot;movie&quot; value=&quot;flash/banner-2.swf&quot; /&gt;
		&lt;param name=&quot;quality&quot; value=&quot;Best&quot; /&gt;
		&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
	&lt;/object&gt;
&lt;/div&gt;
&lt;/pre&gt;

I failed to properly link the flash file to the appropriate directory within the Movie Parameter. Sorry about that. Oddly enough Firefox displays it appropriately however IE 7 &amp; 8 did not. This will fix that issue. Enjoy!


</description>
		<content:encoded><![CDATA[<p>Find this code here: </p>
<pre class="wp-code-highlight prettyprint">
&lt;div id=&quot;banner&quot;&gt;
	&lt;object id=&quot;flash1&quot; data=&quot;flash/banner-2.swf&quot; style=&quot;width: 920px; height: 174px&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
		&lt;param name=&quot;movie&quot; value=&quot;v2/flash/banner.swf&quot; /&gt;
		&lt;param name=&quot;quality&quot; value=&quot;Best&quot; /&gt;
		&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
	&lt;/object&gt;
&lt;/div&gt;
</pre>
<p>and replace it with this code:</p>
<pre class="wp-code-highlight prettyprint">
&lt;div id=&quot;banner&quot;&gt;
	&lt;object id=&quot;flash1&quot; data=&quot;flash/banner-2.swf&quot; style=&quot;width: 920px; height: 174px&quot; type=&quot;application/x-shockwave-flash&quot;&gt;
		&lt;param name=&quot;movie&quot; value=&quot;flash/banner-2.swf&quot; /&gt;
		&lt;param name=&quot;quality&quot; value=&quot;Best&quot; /&gt;
		&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
	&lt;/object&gt;
&lt;/div&gt;
</pre>
<p>I failed to properly link the flash file to the appropriate directory within the Movie Parameter. Sorry about that. Oddly enough Firefox displays it appropriately however IE 7 &#038; 8 did not. This will fix that issue. Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on X-71 v4.0 by llxll_o_z_llxll</title>
		<link>http://themekings.net/2011/10/x-71/#comment-8</link>
		<dc:creator>llxll_o_z_llxll</dc:creator>
		<pubDate>Tue, 31 Jan 2012 22:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://themekings.net/?p=73#comment-8</guid>
		<description>the flash is not working on this template</description>
		<content:encoded><![CDATA[<p>the flash is not working on this template</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Section X &#8211; Purple by Mark_V</title>
		<link>http://themekings.net/2011/10/section-x-purple/#comment-4</link>
		<dc:creator>Mark_V</dc:creator>
		<pubDate>Fri, 27 Jan 2012 06:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://themekings.net/?p=38#comment-4</guid>
		<description>Bad ASS! Nice theme dude. And free makes it even better..... hehe</description>
		<content:encoded><![CDATA[<p>Bad ASS! Nice theme dude. And free makes it even better&#8230;.. hehe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vision by Mark_V</title>
		<link>http://themekings.net/2011/10/vision/#comment-3</link>
		<dc:creator>Mark_V</dc:creator>
		<pubDate>Fri, 27 Jan 2012 06:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://themekings.net/?p=101#comment-3</guid>
		<description>This is definitely one of my favorites! Nice template Todd</description>
		<content:encoded><![CDATA[<p>This is definitely one of my favorites! Nice template Todd</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  themekings.net/comments/feed/ ) in 0.45968 seconds, on Feb 22nd, 2012 at 6:19 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 22nd, 2012 at 7:19 pm UTC -->
