<?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: Blue Steel</title>
	<atom:link href="http://blog.annas-playground.info/wordpress-themes/blue-steel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.annas-playground.info</link>
	<description>My thoughts about life</description>
	<lastBuildDate>Sun, 25 Sep 2011 08:55:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anna</title>
		<link>http://blog.annas-playground.info/wordpress-themes/blue-steel/comment-page-2/#comment-1245</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Sun, 22 Aug 2010 08:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annas-playground.info/?page_id=452#comment-1245</guid>
		<description>Hello,

I have the theme in use on one of my blogs, and use an image with 104px height instead of the text. I also did a small edit in the styles.css, I edited the class &lt;code&gt;.bloginfo&lt;/code to have &lt;code&gt;margin:0&lt;/code&gt; since my image is in the correct size for the layout

If you&#039;d like to use your image in the size it is currently it should be enough to alter the &lt;code&gt;margin:20px 0 0 0;&lt;/code&gt; part to properly place the image in the position you want (the top and bottom margin values together with your image height needs to add up to 104px). The order for margin is: top right bottom left , so basically the first and third numbers would be of interest.

</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have the theme in use on one of my blogs, and use an image with 104px height instead of the text. I also did a small edit in the styles.css, I edited the class <code>.bloginfo</code>margin:0 since my image is in the correct size for the layout</p>
<p>If you&#8217;d like to use your image in the size it is currently it should be enough to alter the <code>margin:20px 0 0 0;</code> part to properly place the image in the position you want (the top and bottom margin values together with your image height needs to add up to 104px). The order for margin is: top right bottom left , so basically the first and third numbers would be of interest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalie</title>
		<link>http://blog.annas-playground.info/wordpress-themes/blue-steel/comment-page-2/#comment-1240</link>
		<dc:creator>Natalie</dc:creator>
		<pubDate>Fri, 20 Aug 2010 19:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annas-playground.info/?page_id=452#comment-1240</guid>
		<description>Hi Anna, 

Thanks for the response.  I was able to get the header up but unfortunately it made the navigation buttons lower into the blog entries.  They cover up the title but you can see it behind them.  Also, can you tell me where in the code I can alter the size of header?  I was looking and couldn&#039;t find it.  I didn&#039;t realize that mine is much smaller than the current one and I need to make it match.</description>
		<content:encoded><![CDATA[<p>Hi Anna, </p>
<p>Thanks for the response.  I was able to get the header up but unfortunately it made the navigation buttons lower into the blog entries.  They cover up the title but you can see it behind them.  Also, can you tell me where in the code I can alter the size of header?  I was looking and couldn&#8217;t find it.  I didn&#8217;t realize that mine is much smaller than the current one and I need to make it match.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://blog.annas-playground.info/wordpress-themes/blue-steel/comment-page-1/#comment-1235</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Thu, 19 Aug 2010 20:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annas-playground.info/?page_id=452#comment-1235</guid>
		<description>Hello Natalie,

You&#039;ll want to make a couple changes in the header.php in order to use an image instead of the default text.

Inside the div with class &lt;i&gt;bloginfo&lt;/i&gt; (&lt;code&gt;&lt;div class=&quot;bloginfo&quot;&gt;....&lt;/div&gt;&lt;/code&gt;) is where you want to remove the two lines starting &lt;code&gt;&lt;h1&gt;... and &lt;div&gt;...&lt;/code&gt;

Instead of those two lines add one with the image tag: &lt;code&gt;&lt;img src=&quot;path/to/your/image.jpg&quot; alt=&quot;Blogname&quot; /&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hello Natalie,</p>
<p>You&#8217;ll want to make a couple changes in the header.php in order to use an image instead of the default text.</p>
<p>Inside the div with class <i>bloginfo</i> (<code>&lt;div class="bloginfo"&gt;....&lt;/div&gt;</code>) is where you want to remove the two lines starting <code>&lt;h1&gt;... and &lt;div&gt;...</code></p>
<p>Instead of those two lines add one with the image tag: <code>&lt;img src="path/to/your/image.jpg" alt="Blogname" /&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalie</title>
		<link>http://blog.annas-playground.info/wordpress-themes/blue-steel/comment-page-1/#comment-1234</link>
		<dc:creator>Natalie</dc:creator>
		<pubDate>Thu, 19 Aug 2010 19:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annas-playground.info/?page_id=452#comment-1234</guid>
		<description>Hi Anna, 

I am using Blue Steel.  Thanks for a great theme!  I had a couple of questions that I hoped you could give me an answer to.  I have created a simple header in Photoshop and I would like to use it.  I tried to install it and doubles the header and the text from the Name of the blog and tagline stay as well.  When I look in the style sheet the header only seems to have a height so I&#039;m quite sure if I am looking in the right place.  Could you please tell me how I can install this?  Thanks so much again.</description>
		<content:encoded><![CDATA[<p>Hi Anna, </p>
<p>I am using Blue Steel.  Thanks for a great theme!  I had a couple of questions that I hoped you could give me an answer to.  I have created a simple header in Photoshop and I would like to use it.  I tried to install it and doubles the header and the text from the Name of the blog and tagline stay as well.  When I look in the style sheet the header only seems to have a height so I&#8217;m quite sure if I am looking in the right place.  Could you please tell me how I can install this?  Thanks so much again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2 columns blue theme for wordpress: Blue Steel &#124; WP Note</title>
		<link>http://blog.annas-playground.info/wordpress-themes/blue-steel/comment-page-1/#comment-1170</link>
		<dc:creator>2 columns blue theme for wordpress: Blue Steel &#124; WP Note</dc:creator>
		<pubDate>Tue, 08 Jun 2010 01:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.annas-playground.info/?page_id=452#comment-1170</guid>
		<description>[...] Theme Homepage »   Bookmark It                  Hide Sites        Leave a comment &#124; Trackback   Jun 7th, 2010 &#124; Posted in Two columns  Tags: 2 columns, Blue Steel, Blue theme, wordpress      2 columns animal theme for wordpress: Furry Family2 columns simple theme for wordpress: page-balloon2 columns yellow theme for wordpress: UnspeakableDognessBlue theme for wordpress: WP_EduBlog2 columns free theme for wordpress: The WallBlue theme for wordpress: PrimeBlue theme for wordpress: Sky Blue2 columns blog theme for wordpress: Simple China2 columns free theme for wordpress: Shades of BlueBlue theme for wordpress: The Content Blue           &#171; 3 columns clean theme for wordpress: THAT Elite       No comments yet. [...]</description>
		<content:encoded><![CDATA[<p>[...] Theme Homepage »   Bookmark It                  Hide Sites        Leave a comment | Trackback   Jun 7th, 2010 | Posted in Two columns  Tags: 2 columns, Blue Steel, Blue theme, wordpress      2 columns animal theme for wordpress: Furry Family2 columns simple theme for wordpress: page-balloon2 columns yellow theme for wordpress: UnspeakableDognessBlue theme for wordpress: WP_EduBlog2 columns free theme for wordpress: The WallBlue theme for wordpress: PrimeBlue theme for wordpress: Sky Blue2 columns blog theme for wordpress: Simple China2 columns free theme for wordpress: Shades of BlueBlue theme for wordpress: The Content Blue           &laquo; 3 columns clean theme for wordpress: THAT Elite       No comments yet. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.annas-playground.info/wordpress-themes/blue-steel/feed/ ) in 0.61002 seconds, on Feb 8th, 2012 at 7:41 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 10:41 am UTC -->
