<?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: blogsimplified 1.0.3 update</title>
	<atom:link href="http://blogsimplified.com/2008/10/blogsimplified-103-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogsimplified.com/2008/10/blogsimplified-103-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blogsimplified-103-update</link>
	<description>fresh clean &#38; simple Wordpress themes and ideas</description>
	<lastBuildDate>Sat, 16 Jan 2010 15:57:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: admin</title>
		<link>http://blogsimplified.com/2008/10/blogsimplified-103-update/comment-page-1/#comment-44</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 08 Oct 2008 00:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogsimplified.com/?p=106#comment-44</guid>
		<description>Thanks for bringing up the issue, however. I will look at styling the other header tags in one of the upcoming revisions.</description>
		<content:encoded><![CDATA[<p>Thanks for bringing up the issue, however. I will look at styling the other header tags in one of the upcoming revisions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fox</title>
		<link>http://blogsimplified.com/2008/10/blogsimplified-103-update/comment-page-1/#comment-43</link>
		<dc:creator>fox</dc:creator>
		<pubDate>Wed, 08 Oct 2008 00:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogsimplified.com/?p=106#comment-43</guid>
		<description>perfect, thanks.</description>
		<content:encoded><![CDATA[<p>perfect, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blogsimplified.com/2008/10/blogsimplified-103-update/comment-page-1/#comment-42</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 08 Oct 2008 00:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogsimplified.com/?p=106#comment-42</guid>
		<description>The way to do it is to change the style of the h1 tag in the style.css. Since I was not using h2 or h3 in the header, I never styled how it would position in the header. The way the styles currently work for the header is that the h1 floats left, then the navigation floats right, and then the tagline floats left again. I did this so that it would still look ok when someone increased the size of the font in their browser.

See the following:

&lt;code&gt;
#header h1 { float: left; }
#header h1 a:hover {text-decoration: none;}	
#tagline p {width: 760px; min-height: 8px; margin: 0; padding: 0; font-size: 0.9em; color: #0084b4; float: left; clear: all;}
&lt;/code&gt;

If you are going to use one of the other header fonts in the header, you should add a style for it. Alternatively, change the style of the header h1.</description>
		<content:encoded><![CDATA[<p>The way to do it is to change the style of the h1 tag in the style.css. Since I was not using h2 or h3 in the header, I never styled how it would position in the header. The way the styles currently work for the header is that the h1 floats left, then the navigation floats right, and then the tagline floats left again. I did this so that it would still look ok when someone increased the size of the font in their browser.</p>
<p>See the following:</p>
<p><code><br />
#header h1 { float: left; }<br />
#header h1 a:hover {text-decoration: none;}<br />
#tagline p {width: 760px; min-height: 8px; margin: 0; padding: 0; font-size: 0.9em; color: #0084b4; float: left; clear: all;}<br />
</code></p>
<p>If you are going to use one of the other header fonts in the header, you should add a style for it. Alternatively, change the style of the header h1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fox</title>
		<link>http://blogsimplified.com/2008/10/blogsimplified-103-update/comment-page-1/#comment-41</link>
		<dc:creator>fox</dc:creator>
		<pubDate>Wed, 08 Oct 2008 00:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogsimplified.com/?p=106#comment-41</guid>
		<description>yea, didnt think that html would paste. But I think you know what I am talking about.</description>
		<content:encoded><![CDATA[<p>yea, didnt think that html would paste. But I think you know what I am talking about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fox</title>
		<link>http://blogsimplified.com/2008/10/blogsimplified-103-update/comment-page-1/#comment-40</link>
		<dc:creator>fox</dc:creator>
		<pubDate>Wed, 08 Oct 2008 00:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogsimplified.com/?p=106#comment-40</guid>
		<description>If i change the blog name at the top to anything other than h1 it creates a space/gets pushed above the links in the header (the page links). actually, just changed it to h3 and the sidebar still gets pushed down. h2 just pushes the name above the links like i have it at my site now.

&lt;a href=&quot;/&quot;&gt;&lt;/a&gt;&lt;/h1

to 

&lt;a href=&quot;/&quot;&gt;&lt;/a&gt;

check my site.</description>
		<content:encoded><![CDATA[<p>If i change the blog name at the top to anything other than h1 it creates a space/gets pushed above the links in the header (the page links). actually, just changed it to h3 and the sidebar still gets pushed down. h2 just pushes the name above the links like i have it at my site now.</p>
<p>&lt;a href=&#8221;/&#8221;&gt;&lt;/h1</p>
<p>to </p>
<p>&lt;a href=&#8221;/&#8221;&gt;</p>
<p>check my site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

