<?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: Black splat</title>
	<atom:link href="http://btemplates.com/2008/blogger-template-black-splat/feed/" rel="self" type="application/rss+xml" />
	<link>http://btemplates.com/2008/blogger-template-black-splat/</link>
	<description>Free Blogger Templates for your Blog. Blogger Templates for free and direct download in xml. Layouts with 1, 2 or 3 columns.</description>
	<lastBuildDate>Sun, 12 Feb 2012 17:58:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fanarshavin</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-20580</link>
		<dc:creator>fanarshavin</dc:creator>
		<pubDate>Sun, 02 May 2010 13:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-20580</guid>
		<description>&lt;a href=&#039;#comment-4083&#039; title=&#039;In reply to Claudia&#039; rel=&quot;nofollow&quot;&gt;@Claudia&lt;/a&gt;: 

hy... i want to asking.. how to remove the search box... please help me...</description>
		<content:encoded><![CDATA[<p><a href='#comment-4083' title='In reply to Claudia' rel="nofollow">@Claudia</a>: </p>
<p>hy&#8230; i want to asking.. how to remove the search box&#8230; please help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bideasy</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-18340</link>
		<dc:creator>Bideasy</dc:creator>
		<pubDate>Sun, 28 Feb 2010 18:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-18340</guid>
		<description>I really like this theme. Looks sharp and professional. Thank you for making it available for free.</description>
		<content:encoded><![CDATA[<p>I really like this theme. Looks sharp and professional. Thank you for making it available for free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Resia</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-17373</link>
		<dc:creator>Resia</dc:creator>
		<pubDate>Sat, 06 Feb 2010 06:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-17373</guid>
		<description>I really love this layout. Guess i&#039;ll use it</description>
		<content:encoded><![CDATA[<p>I really love this layout. Guess i&#8217;ll use it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gustavo</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-15902</link>
		<dc:creator>gustavo</dc:creator>
		<pubDate>Fri, 01 Jan 2010 21:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-15902</guid>
		<description>Realmente, muito legal :D</description>
		<content:encoded><![CDATA[<p>Realmente, muito legal <img src='http://bt.bloggerpremium.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-13255</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sun, 25 Oct 2009 03:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-13255</guid>
		<description>To clarify a little further:

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  /* margin: 10px auto; */ /* removes 10 px margin above navbar */
  /* width: 980px; */ /* allows navbar to expand to width of browser window */
  font-family: &#039;trebuchet ms&#039;, arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }</description>
		<content:encoded><![CDATA[<p>To clarify a little further:</p>
<p>body {<br />
  position: relative; /* Fixes browser resizing bug in IE6 */<br />
  /* margin: 10px auto; */ /* removes 10 px margin above navbar */<br />
  /* width: 980px; */ /* allows navbar to expand to width of browser window */<br />
  font-family: &#8216;trebuchet ms&#8217;, arial, sans-serif;<br />
  text-align: center; /* IE Centering Technique */<br />
  background: #000;<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-13253</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sun, 25 Oct 2009 03:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-13253</guid>
		<description>Got some suggestions for fixing the code in this. When the code for Blogger&#039;s navbar is deleted or commented out, it doesn&#039;t fit the width of the browser window. A big part of the problem is that the code is tailored to fix problems with IE while ignoring the rest of the browsers out there, like Firefox. Changing the body and wrapper specs in the fashion shown below accomplishes several things: 1) it removes an unsightly 10 pixel margin above Blogger&#039;s navbar, 2) it allows the navbar to expand to fit the window, 3) items 1 &amp; 2 fix the problem with the navbar, but then the body becomes left aligned; the last fix, found in the wrapper specs, inserts code used by browsers other than IE to center the body.

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  /* margin: 10px auto; */
  /* width: 980px; */
  font-family: &#039;trebuchet ms&#039;, arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }


/* Header and wrapper */
#wrapper {
  width: 980px;
  text-align: left; /* IE Centering Technique */
  margin:0 auto; /* to center the body for the rest */
  background: url(http://2.bp.blogspot.com/_V-IXTBBt1Bg/SVPr5xX58aI/AAAAAAAAAjM/zM8cWJxooC0/s1600/topcurve.png) 40px 0 no-repeat;
  }</description>
		<content:encoded><![CDATA[<p>Got some suggestions for fixing the code in this. When the code for Blogger&#8217;s navbar is deleted or commented out, it doesn&#8217;t fit the width of the browser window. A big part of the problem is that the code is tailored to fix problems with IE while ignoring the rest of the browsers out there, like Firefox. Changing the body and wrapper specs in the fashion shown below accomplishes several things: 1) it removes an unsightly 10 pixel margin above Blogger&#8217;s navbar, 2) it allows the navbar to expand to fit the window, 3) items 1 &amp; 2 fix the problem with the navbar, but then the body becomes left aligned; the last fix, found in the wrapper specs, inserts code used by browsers other than IE to center the body.</p>
<p>body {<br />
  position: relative; /* Fixes browser resizing bug in IE6 */<br />
  /* margin: 10px auto; */<br />
  /* width: 980px; */<br />
  font-family: &#8216;trebuchet ms&#8217;, arial, sans-serif;<br />
  text-align: center; /* IE Centering Technique */<br />
  background: #000;<br />
  }</p>
<p>/* Header and wrapper */<br />
#wrapper {<br />
  width: 980px;<br />
  text-align: left; /* IE Centering Technique */<br />
  margin:0 auto; /* to center the body for the rest */<br />
  background: url(http://2.bp.blogspot.com/_V-IXTBBt1Bg/SVPr5xX58aI/AAAAAAAAAjM/zM8cWJxooC0/s1600/topcurve.png) 40px 0 no-repeat;<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boby</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-9435</link>
		<dc:creator>Boby</dc:creator>
		<pubDate>Fri, 31 Jul 2009 13:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-9435</guid>
		<description>i use it. thank u so much. I come from indonesia.</description>
		<content:encoded><![CDATA[<p>i use it. thank u so much. I come from indonesia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F Ram</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-9025</link>
		<dc:creator>F Ram</dc:creator>
		<pubDate>Wed, 22 Jul 2009 11:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-9025</guid>
		<description>Estoy usando esta plantilla pero no me pueden dejar comentarios. Aparecen las letras de verificación pero no donde escribirlas. Pido ayuda para con este problema.

Nobody can send me comments in my blog. Please, help</description>
		<content:encoded><![CDATA[<p>Estoy usando esta plantilla pero no me pueden dejar comentarios. Aparecen las letras de verificación pero no donde escribirlas. Pido ayuda para con este problema.</p>
<p>Nobody can send me comments in my blog. Please, help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scandal 9x vn</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-5756</link>
		<dc:creator>scandal 9x vn</dc:creator>
		<pubDate>Fri, 10 Apr 2009 14:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-5756</guid>
		<description>very good theme thanks you</description>
		<content:encoded><![CDATA[<p>very good theme thanks you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owner Vitaly's Site Cafe</title>
		<link>http://btemplates.com/2008/blogger-template-black-splat/comment-page-1/#comment-5453</link>
		<dc:creator>Owner Vitaly's Site Cafe</dc:creator>
		<pubDate>Sun, 29 Mar 2009 06:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://btemplates.com/?p=1747#comment-5453</guid>
		<description>very-very like....</description>
		<content:encoded><![CDATA[<p>very-very like&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: btemplates.com @ 2012-02-13 01:32:46 by W3 Total Cache -->
