<?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>Comentarios en: Ele, Template para Blogger</title>
	<atom:link href="http://chicablogger.com/ele-template-para-blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://chicablogger.com/ele-template-para-blogger/</link>
	<description>Recursos para Blogger y Wordpress</description>
	<lastBuildDate>Sun, 14 Mar 2010 06:18:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: oliva</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-2076</link>
		<dc:creator>oliva</dc:creator>
		<pubDate>Fri, 17 Apr 2009 08:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-2076</guid>
		<description>Hi! I would this template! Sometimes I think my page load is slow, do you allow if I upload the template photos in photobucket so I dont need to worry about overload.

thank you</description>
		<content:encoded><![CDATA[<p>Hi! I would this template! Sometimes I think my page load is slow, do you allow if I upload the template photos in photobucket so I dont need to worry about overload.</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Wyn</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-587</link>
		<dc:creator>Wyn</dc:creator>
		<pubDate>Mon, 09 Mar 2009 11:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-587</guid>
		<description>Hi Claudia,
Thanks. I&#039;m using this in my blog now. ohjusttoowell.blogspot.com I learned a new thing although it&#039;s really simple. Thanks again. :)</description>
		<content:encoded><![CDATA[<p>Hi Claudia,<br />
Thanks. I&#8217;m using this in my blog now. ohjusttoowell.blogspot.com I learned a new thing although it&#8217;s really simple. Thanks again. <img src='http://chicablogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Claudia</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-586</link>
		<dc:creator>Claudia</dc:creator>
		<pubDate>Sat, 07 Mar 2009 20:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-586</guid>
		<description>Wyn:
The problem is that you&#039;re using the script between h1 tags. Your code is:

&lt;pre lang=&#039;language&#039;&gt;&lt;center&gt;&lt;h1&gt;&lt;script src=&quot;http://feedjit.com/serve/?bc=000000&amp;tc=8a8a8a&amp;brd1=1e2323&amp;lnk=7fcc14&amp;hc=cc0050&amp;ww=215&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&quot;http://feedjit.com/&quot; rel=&quot;nofollow&quot;&gt;Feedjit Live Blog Stats&lt;/a&gt;&lt;/noscript&gt;&lt;br/&gt;&lt;/h1&gt;&lt;/center&gt;
&lt;/div&gt;&lt;/pre&gt;

It must be:
&lt;pre lang=&#039;language&#039;&gt;&lt;center&gt;&lt;script src=&quot;http://feedjit.com/serve/?bc=000000&amp;tc=8a8a8a&amp;brd1=1e2323&amp;lnk=7fcc14&amp;hc=cc0050&amp;ww=215&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&quot;http://feedjit.com/&quot; rel=&quot;nofollow&quot;&gt;Feedjit Live Blog Stats&lt;/a&gt;&lt;/noscript&gt;&lt;br/&gt;&lt;/center&gt;
&lt;/div&gt;&lt;/pre&gt;

Regards ;)</description>
		<content:encoded><![CDATA[<p>Wyn:<br />
The problem is that you&#8217;re using the script between h1 tags. Your code is:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;center&gt;&lt;h1&gt;&lt;script src=&quot;http://feedjit.com/serve/?bc=000000&amp;amp;tc=8a8a8a&amp;amp;brd1=1e2323&amp;amp;lnk=7fcc14&amp;amp;hc=cc0050&amp;amp;ww=215&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&quot;http://feedjit.com/&quot; rel=&quot;nofollow&quot;&gt;Feedjit Live Blog Stats&lt;/a&gt;&lt;/noscript&gt;&lt;br/&gt;&lt;/h1&gt;&lt;/center&gt;
&lt;/div&gt;</pre></div></div>

<p>It must be:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;center&gt;&lt;script src=&quot;http://feedjit.com/serve/?bc=000000&amp;amp;tc=8a8a8a&amp;amp;brd1=1e2323&amp;amp;lnk=7fcc14&amp;amp;hc=cc0050&amp;amp;ww=215&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&quot;http://feedjit.com/&quot; rel=&quot;nofollow&quot;&gt;Feedjit Live Blog Stats&lt;/a&gt;&lt;/noscript&gt;&lt;br/&gt;&lt;/center&gt;
&lt;/div&gt;</pre></div></div>

<p>Regards <img src='http://chicablogger.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Wyn</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-585</link>
		<dc:creator>Wyn</dc:creator>
		<pubDate>Fri, 06 Mar 2009 06:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-585</guid>
		<description>Hi Claudia, nice template you have here. Currently I&#039;m using this one for my own blog. So, I have something to ask you regarding the sidebar section. If you don&#039;t mind could you please take a look at my test blog. ohfrenchvanilla.blogspot.com As you will see, the &#039;Live Traffic Feed&#039; is overlapping the &#039;Blog Archive&#039; section. I&#039;d tried to switch the &#039;Live Traffic Feed&#039; to the lowest position. But as the number of the gadgets at the sidebar grows, the &#039;Live Traffic Feed&#039; will exceeds the footer section and the whole thing looks totally screwed up. What should I amend? I&#039;m looking forward to hear from you soon. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Claudia, nice template you have here. Currently I&#8217;m using this one for my own blog. So, I have something to ask you regarding the sidebar section. If you don&#8217;t mind could you please take a look at my test blog. ohfrenchvanilla.blogspot.com As you will see, the &#8216;Live Traffic Feed&#8217; is overlapping the &#8216;Blog Archive&#8217; section. I&#8217;d tried to switch the &#8216;Live Traffic Feed&#8217; to the lowest position. But as the number of the gadgets at the sidebar grows, the &#8216;Live Traffic Feed&#8217; will exceeds the footer section and the whole thing looks totally screwed up. What should I amend? I&#8217;m looking forward to hear from you soon. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Ozl</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-584</link>
		<dc:creator>Ozl</dc:creator>
		<pubDate>Fri, 06 Mar 2009 04:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-584</guid>
		<description>Gracias por todo!
eres buenisima onda!

www.wii4everybody.com ahora se ve mejor
Saludos desde Nuevo Laredo Mexico!</description>
		<content:encoded><![CDATA[<p>Gracias por todo!<br />
eres buenisima onda!</p>
<p><a href="http://www.wii4everybody.com" rel="nofollow">http://www.wii4everybody.com</a> ahora se ve mejor<br />
Saludos desde Nuevo Laredo Mexico!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Claudia</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-583</link>
		<dc:creator>Claudia</dc:creator>
		<pubDate>Mon, 02 Mar 2009 22:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-583</guid>
		<description>Memo: Just replace the code I said above and add your ad between div tags:
&lt;pre lang=&#039;language&#039;&gt;&lt;div align=&#039;center&#039;&gt;Your-ad-code&lt;/div&gt;&lt;/pre&gt;
It musn&#039;t have more than 200px width.</description>
		<content:encoded><![CDATA[<p>Memo: Just replace the code I said above and add your ad between div tags:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;div align='center'&gt;Your-ad-code&lt;/div&gt;</pre></div></div>

<p>It musn&#8217;t have more than 200px width.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Memo</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-581</link>
		<dc:creator>Memo</dc:creator>
		<pubDate>Sun, 01 Mar 2009 13:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-581</guid>
		<description>One more doubt, I can&#039;t make the ads frame to work, can you please tell me how to put an Amazon frame into the Ad spaces? Thank You again.</description>
		<content:encoded><![CDATA[<p>One more doubt, I can&#8217;t make the ads frame to work, can you please tell me how to put an Amazon frame into the Ad spaces? Thank You again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: liebe</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-580</link>
		<dc:creator>liebe</dc:creator>
		<pubDate>Sat, 28 Feb 2009 05:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-580</guid>
		<description>Sie haben eine sch?ne Seite!</description>
		<content:encoded><![CDATA[<p>Sie haben eine sch?ne Seite!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Claudia</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-579</link>
		<dc:creator>Claudia</dc:creator>
		<pubDate>Mon, 23 Feb 2009 22:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-579</guid>
		<description>@Chemkikal: That is &#039;cause the links appear in #4e4e4e, as the original template.

If you want to show the color of the links in a different way, add before ]]&gt;&lt; /b:skin &gt; :

.post a, .post a:visited {
color: #YOURCOLOR;
text-decoration: none;
}
.post a:hover {
color: #YOURCOLOR;
text-decoration: none;
}

Replace &quot;none&quot; by &quot;underline&quot; if you wish ;)</description>
		<content:encoded><![CDATA[<p>@Chemkikal: That is &#8217;cause the links appear in #4e4e4e, as the original template.</p>
<p>If you want to show the color of the links in a different way, add before ]]>< /b:skin > :</p>
<p>.post a, .post a:visited {<br />
color: #YOURCOLOR;<br />
text-decoration: none;<br />
}<br />
.post a:hover {<br />
color: #YOURCOLOR;<br />
text-decoration: none;<br />
}</p>
<p>Replace &#8220;none&#8221; by &#8220;underline&#8221; if you wish <img src='http://chicablogger.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Memo</title>
		<link>http://chicablogger.com/ele-template-para-blogger/comment-page-1/#comment-578</link>
		<dc:creator>Memo</dc:creator>
		<pubDate>Mon, 23 Feb 2009 17:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://girlyblogger.com/?p=1130#comment-578</guid>
		<description>It&#039;s working well! Thank You http://paratodosmusica.blogspot.com</description>
		<content:encoded><![CDATA[<p>It&#8217;s working well! Thank You <a href="http://paratodosmusica.blogspot.com" rel="nofollow">http://paratodosmusica.blogspot.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
