<?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 on: Rockwell Blogger Template</title>
	<atom:link href="http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html</link>
	<description>Download Template For Blogspot</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:19:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Geoffrey</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3572</link>
		<dc:creator>Geoffrey</dc:creator>
		<pubDate>Wed, 28 Jul 2010 07:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3572</guid>
		<description>Hi,

I managed photo stretched problem out but I the Read More feature stops working. Can you please advise how do i get that working?

Thanks :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I managed photo stretched problem out but I the Read More feature stops working. Can you please advise how do i get that working?</p>
<p>Thanks <img src='http://bloggertemplateplace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3571</link>
		<dc:creator>Geoffrey</dc:creator>
		<pubDate>Wed, 28 Jul 2010 06:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3571</guid>
		<description>i have pasted this and it returns with an error. Is there any syntax error in this?</description>
		<content:encoded><![CDATA[<p>i have pasted this and it returns with an error. Is there any syntax error in this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3570</link>
		<dc:creator>Geoffrey</dc:creator>
		<pubDate>Wed, 28 Jul 2010 01:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3570</guid>
		<description>Hi there,

I&#039;m designing a draft blog at the moment. My &quot;Read More&quot; function is not working. How about do i get this working again?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;m designing a draft blog at the moment. My &#8220;Read More&#8221; function is not working. How about do i get this working again?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3164</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Tue, 08 Jun 2010 12:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3164</guid>
		<description>@Rizwan &amp; @Bloggerlover......

You must deleted the script in your template code. It placed between this code:
]]&gt;&lt;/b:skin&gt;

&lt;/head&gt;

After it, you must find this one.

&lt;div expr:id=&#039;&quot;summary&quot; + data:post.id&#039;&gt;
    &lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;
    &lt;/div&gt;
    &lt;script type=&#039;text/javascript&#039;&gt;
createSummaryAndThumb(&quot;summary&lt;data:post.id/&gt;&quot;);
    &lt;/script&gt;
    &lt;div style=&#039;clear: both;&#039;/&gt; 
    &lt;a class=&#039;more-link&#039; expr:href=&#039;data:post.url&#039;&gt;Read more &lt;/a&gt;
    &lt;div style=&#039;clear: both;&#039;/&gt; 

Change it with this code,

    &lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;
    &lt;div style=&#039;clear: both;&#039;/&gt; 
    &lt;a class=&#039;more-link&#039; expr:href=&#039;data:post.url&#039;&gt;Read more &lt;/a&gt;
    &lt;div style=&#039;clear: both;&#039;/&gt; 

And save. 

Best Regard

Don&#039;t forget to expand all widgets option in your &lt;strong&gt;blogger template&lt;/strong&gt; source.</description>
		<content:encoded><![CDATA[<p>@Rizwan &amp; @Bloggerlover&#8230;&#8230;</p>
<p>You must deleted the script in your template code. It placed between this code:<br />
]]&gt;&lt;/b:skin&gt;</p>
<p>&lt;/head&gt;</p>
<p>After it, you must find this one.</p>
<p>&lt;div expr:id=&#8217;&amp;quot;summary&amp;quot; + data:post.id&#8217;&gt;<br />
    &lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;<br />
    &lt;/div&gt;<br />
    &lt;script type=&#8217;text/javascript&#8217;&gt;<br />
createSummaryAndThumb(&amp;quot;summary&lt;data:post.id/&gt;&amp;quot;);<br />
    &lt;/script&gt;<br />
    &lt;div style=&#8217;clear: both;&#8217;/&gt;<br />
    &lt;a class=&#8217;more-link&#8217; expr:href=&#8217;data:post.url&#8217;&gt;Read more &lt;/a&gt;<br />
    &lt;div style=&#8217;clear: both;&#8217;/&gt; </p>
<p>Change it with this code,</p>
<p>    &lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;<br />
    &lt;div style=&#8217;clear: both;&#8217;/&gt;<br />
    &lt;a class=&#8217;more-link&#8217; expr:href=&#8217;data:post.url&#8217;&gt;Read more &lt;/a&gt;<br />
    &lt;div style=&#8217;clear: both;&#8217;/&gt; </p>
<p>And save. </p>
<p>Best Regard</p>
<p>Don&#8217;t forget to expand all widgets option in your <strong>blogger template</strong> source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bloggerlover</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3156</link>
		<dc:creator>Bloggerlover</dc:creator>
		<pubDate>Tue, 08 Jun 2010 08:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3156</guid>
		<description>Very nice template but these is a problem,images on home page are stretched, but inside post there are all normal.Please tell the method to fix it.</description>
		<content:encoded><![CDATA[<p>Very nice template but these is a problem,images on home page are stretched, but inside post there are all normal.Please tell the method to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizwan</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3134</link>
		<dc:creator>Rizwan</dc:creator>
		<pubDate>Mon, 07 Jun 2010 16:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3134</guid>
		<description>@ Admin.

Thanks for the reply.. ;)

I need another help too!

D Images r  getting stretched in the blog&#039;s front page =(

Anyway to fix it?

Do reply ;)

http : // www . tricksterminal . com

Check my blog if u need an example! :(</description>
		<content:encoded><![CDATA[<p>@ Admin.</p>
<p>Thanks for the reply.. <img src='http://bloggertemplateplace.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I need another help too!</p>
<p>D Images r  getting stretched in the blog&#8217;s front page =(</p>
<p>Anyway to fix it?</p>
<p>Do reply <img src='http://bloggertemplateplace.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>http : // www . tricksterminal . com</p>
<p>Check my blog if u need an example! <img src='http://bloggertemplateplace.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3119</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Mon, 07 Jun 2010 02:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3119</guid>
		<description>Your welcome. You can download it by your self. Just copy the image link,.... usually it like this &quot; background:&lt;strong&gt;http://Image-Link.com&lt;/strong&gt; &quot;.
and open it new browser. save as and upload to your own hosting.

Best Regard</description>
		<content:encoded><![CDATA[<p>Your welcome. You can download it by your self. Just copy the image link,&#8230;. usually it like this &#8221; background:<strong><a href="http://Image-Link.com" rel="nofollow">http://Image-Link.com</a></strong> &#8220;.<br />
and open it new browser. save as and upload to your own hosting.</p>
<p>Best Regard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizwan</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3092</link>
		<dc:creator>Rizwan</dc:creator>
		<pubDate>Sun, 06 Jun 2010 06:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3092</guid>
		<description>thanks admin :)

Which picture is it?

Would u mind telling so dat i can host it somewhere on my own :&#124;</description>
		<content:encoded><![CDATA[<p>thanks admin <img src='http://bloggertemplateplace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Which picture is it?</p>
<p>Would u mind telling so dat i can host it somewhere on my own <img src='http://bloggertemplateplace.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3086</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sun, 06 Jun 2010 01:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3086</guid>
		<description>My google account was disable in a couple days ago. now it is back. The picture was back. 

Thanks</description>
		<content:encoded><![CDATA[<p>My google account was disable in a couple days ago. now it is back. The picture was back. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://bloggertemplateplace.com/2010/02/rockwell-blogger-template.html/comment-page-1#comment-3085</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sun, 06 Jun 2010 01:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://testing.bloggertemplateplace.com/2010/02/rockwell-blogger-template.html#comment-3085</guid>
		<description>Sorry. My google account was disable in a couple days ago. But now it is back. The picture was back. 

Thanks</description>
		<content:encoded><![CDATA[<p>Sorry. My google account was disable in a couple days ago. But now it is back. The picture was back. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
