<?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: Parchment</title>
	<atom:link href="http://www.eblogtemplates.com/parchment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eblogtemplates.com/parchment/</link>
	<description>Collection of Free Blog Templates</description>
	<lastBuildDate>Sat, 31 Jul 2010 05:45:27 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: synchronicity</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-14140</link>
		<dc:creator>synchronicity</dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-14140</guid>
		<description>I would love some help with the margins on both the left and right side. When I originally started using the Parchment template, there was a comfortable margin for the text of say 1/4 inch or so on both sides. Now there appears to be no margin at all. 
I&#039;ve scrolled through the code, but am not really sure where I could edit the numbers so a better margin appears.
My site URL is: http://privateyogainstruction.blogspot.com/</description>
		<content:encoded><![CDATA[<p>I would love some help with the margins on both the left and right side. When I originally started using the Parchment template, there was a comfortable margin for the text of say 1/4 inch or so on both sides. Now there appears to be no margin at all.<br />
I&#8217;ve scrolled through the code, but am not really sure where I could edit the numbers so a better margin appears.<br />
My site URL is: <a href="http://privateyogainstruction.blogspot.com/" rel="nofollow">http://privateyogainstruction.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Download 30 Template Blogspot &#124; U Informatika</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-14062</link>
		<dc:creator>Download 30 Template Blogspot &#124; U Informatika</dc:creator>
		<pubDate>Sat, 26 Jun 2010 03:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-14062</guid>
		<description>[...] 12.Parchment&#124; Demo &#124; Download [...]</description>
		<content:encoded><![CDATA[<p>[...] 12.Parchment| Demo | Download [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vicky David-King</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-13125</link>
		<dc:creator>Vicky David-King</dc:creator>
		<pubDate>Thu, 25 Feb 2010 18:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-13125</guid>
		<description>Hello guys,

I really need help, on how to replace my template to this one? 

I always received this error message,&#039; Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly.
XML error message: Content is not allowed in prolog&#039;.

I am hoping that someone will help me.

Yours,

Vicky</description>
		<content:encoded><![CDATA[<p>Hello guys,</p>
<p>I really need help, on how to replace my template to this one? </p>
<p>I always received this error message,&#8217; Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly.<br />
XML error message: Content is not allowed in prolog&#8217;.</p>
<p>I am hoping that someone will help me.</p>
<p>Yours,</p>
<p>Vicky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joaquin</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-12941</link>
		<dc:creator>Joaquin</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-12941</guid>
		<description>Hello:  I started using this template last December, and I loved it.  However, last week I started to encountered some problems, 
-The comments started to appear on the top of the post.
-The date on the top of the entry disappeared (I started doing manually).
-Last night when I was trying to post my daily entry, I discovered that the new entry section is not giving me the option to download images/pictures.  

Please help.</description>
		<content:encoded><![CDATA[<p>Hello:  I started using this template last December, and I loved it.  However, last week I started to encountered some problems,<br />
-The comments started to appear on the top of the post.<br />
-The date on the top of the entry disappeared (I started doing manually).<br />
-Last night when I was trying to post my daily entry, I discovered that the new entry section is not giving me the option to download images/pictures.  </p>
<p>Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flinn</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-12767</link>
		<dc:creator>Flinn</dc:creator>
		<pubDate>Sun, 24 Jan 2010 14:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-12767</guid>
		<description>I solved the font tittle problem by myself! What you have to do is:

Search this text in the section BANNER BITS

#banner h1 a:link, #banner h1 a:visited{
       color: #000;
       text-decoration: none;
       font-size: 1.4em;
       }

and remove the font-size order, like that:

#banner h1 a:link, #banner h1 a:visited{
       color: #000;
       text-decoration: none;
       }

What is happening is that in the main page, the tittle is not a link, but it is in all the others pages (link to &quot;Home&quot;), so it&#039;s affected by this rule.

It works! You can see it in my site.</description>
		<content:encoded><![CDATA[<p>I solved the font tittle problem by myself! What you have to do is:</p>
<p>Search this text in the section BANNER BITS</p>
<p>#banner h1 a:link, #banner h1 a:visited{<br />
       color: #000;<br />
       text-decoration: none;<br />
       font-size: 1.4em;<br />
       }</p>
<p>and remove the font-size order, like that:</p>
<p>#banner h1 a:link, #banner h1 a:visited{<br />
       color: #000;<br />
       text-decoration: none;<br />
       }</p>
<p>What is happening is that in the main page, the tittle is not a link, but it is in all the others pages (link to &#8220;Home&#8221;), so it&#8217;s affected by this rule.</p>
<p>It works! You can see it in my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wizren</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-12035</link>
		<dc:creator>wizren</dc:creator>
		<pubDate>Fri, 04 Dec 2009 12:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-12035</guid>
		<description>i like this one very much..
thanks alot david :)</description>
		<content:encoded><![CDATA[<p>i like this one very much..<br />
thanks alot david <img src='http://www.eblogtemplates.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-11740</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 06 Nov 2009 12:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-11740</guid>
		<description>Hi,

Does this theme work on a self-hosted wordpress blog?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Does this theme work on a self-hosted wordpress blog?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flinn</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-11532</link>
		<dc:creator>Flinn</dc:creator>
		<pubDate>Sun, 18 Oct 2009 11:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-11532</guid>
		<description>I love this template, but I have the same problem most people here. I’m having trouble with the Title text. It changes color and size when I click on an entry and it goes to that entry’s own page.</description>
		<content:encoded><![CDATA[<p>I love this template, but I have the same problem most people here. I’m having trouble with the Title text. It changes color and size when I click on an entry and it goes to that entry’s own page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kilmet</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-11526</link>
		<dc:creator>kilmet</dc:creator>
		<pubDate>Sun, 18 Oct 2009 01:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-11526</guid>
		<description>Where did the navigation bar go? How do I get the navigation bar back????</description>
		<content:encoded><![CDATA[<p>Where did the navigation bar go? How do I get the navigation bar back????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shabnam</title>
		<link>http://www.eblogtemplates.com/parchment/comment-page-1/#comment-11185</link>
		<dc:creator>shabnam</dc:creator>
		<pubDate>Wed, 16 Sep 2009 08:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.eblogtemplates.com/parchment/#comment-11185</guid>
		<description>hi
first of all thanx a lot for providing me chance to communicate my problem with blog creater....i instantly fall in love with this template the second i saw it......its a perfect match for my books blog http://bookshive.blogspot.com/
       plz visit my site &amp; see urself that comment option of this template is not working so i&#039;ve to install disqus comment widget which i dont like much...i cant change this template &amp; upload another one cause i just love this template....plzzzzzzzzz help me &amp; guide me what to do to make its comment option working</description>
		<content:encoded><![CDATA[<p>hi<br />
first of all thanx a lot for providing me chance to communicate my problem with blog creater&#8230;.i instantly fall in love with this template the second i saw it&#8230;&#8230;its a perfect match for my books blog <a href="http://bookshive.blogspot.com/" rel="nofollow">http://bookshive.blogspot.com/</a><br />
       plz visit my site &amp; see urself that comment option of this template is not working so i&#8217;ve to install disqus comment widget which i dont like much&#8230;i cant change this template &amp; upload another one cause i just love this template&#8230;.plzzzzzzzzz help me &amp; guide me what to do to make its comment option working</p>
]]></content:encoded>
	</item>
</channel>
</rss>
