<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: wordpress template is screwed up</title>
      <link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up/</link>
      <description>Comments on Ask MetaFilter post wordpress template is screwed up</description>
	  	  <pubDate>Sun, 01 Jun 2008 12:18:39 -0800</pubDate>
      <lastBuildDate>Sun, 01 Jun 2008 12:18:39 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: wordpress template is screwed up</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up</link>	
  	<description>Wordpress/web design problem-my custom template is screwed up and I can&apos;t figure out how to fix it. Please help.  &lt;br /&gt;&lt;br /&gt; I just started a wordpress site for my blog. I created a custom template for the page. However, while the code is right, the design is screwed up. The sidebar is at the bottom instead of being at the side. You can see it at &lt;a href=&quot;http://raillery.tv/blog&quot;&gt;raillery.tv/blog &lt;/a&gt;&lt;br&gt;
&lt;br&gt;
What am I doing wrong?&lt;br&gt;
&lt;br&gt;
You can see the code here &lt;a href=&quot;http://forums.somethingawful.com/showthread.php?threadid=2718078&amp;pagenumber=26#post344233403&quot;&gt;http://forums.somethingawful.com/showthread.php?threadid=2718078&amp;amp;pagenumber=26#post344233403&lt;/a&gt;</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.92901</guid>
  	<pubDate>Sun, 01 Jun 2008 11:47:28 -0800</pubDate>
  	<dc:creator>clockworkjoe</dc:creator>
	
	<category>wordpress</category>
	
	<category>php</category>
	
	<category>web</category>
	
	<category>design</category>
	
	<category>html</category>
	
	<category>css</category>
	
</item>
<item>
  	<title>By: Memo</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1359894</link>	
  	<description>Add float: left; to #content in your css stylesheet.&lt;br&gt;
&lt;br&gt;
#content {&lt;br&gt;
	&lt;strong&gt;float: left;&lt;/strong&gt;&lt;br&gt;
	width: 632px;&lt;br&gt;
	text-align: left;&lt;br&gt;
	overflow: hidden;&lt;br&gt;
}</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92901-1359894</guid>
  	<pubDate>Sun, 01 Jun 2008 12:18:39 -0800</pubDate>
  	<dc:creator>Memo</dc:creator>
</item>
<item>
  	<title>By: theiconoclast31</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1359930</link>	
  	<description>Avoid negative margins and lots of floats as a rule of thumb. For two column layouts, I like to float the left column and add a margin to the right column. In the HTML, my left column goes above the right column. I optimize this so the content is always first (apparently search engines like this but I am no SEO expert), but that&apos;s the general idea.&lt;br&gt;
&lt;br&gt;
Applying this specifically to your layout:&lt;br&gt;
&lt;ol&gt;&lt;li&gt;Add &lt;code&gt;#content { float: left; }&lt;/code&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;Remove &lt;code&gt;#sidebar-one { float: right; }&lt;/code&gt;&lt;/li&gt;&lt;br&gt;
&lt;li&gt;Change &lt;code&gt;#sidebar-one { margin-left: -306px; }&lt;/code&gt; to &lt;code&gt;#sidebar-one { margin-left: 632px; }&lt;/code&gt;.&lt;/li&gt;&lt;/ol&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92901-1359930</guid>
  	<pubDate>Sun, 01 Jun 2008 13:05:04 -0800</pubDate>
  	<dc:creator>theiconoclast31</dc:creator>
</item>
<item>
  	<title>By: clockworkjoe</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1359959</link>	
  	<description>I made those changes but it remained the same. I did not design the template so I don&apos;t know the specifics of it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92901-1359959</guid>
  	<pubDate>Sun, 01 Jun 2008 13:41:40 -0800</pubDate>
  	<dc:creator>clockworkjoe</dc:creator>
</item>
<item>
  	<title>By: clockworkjoe</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1359963</link>	
  	<description>When I just made the first change, it worked!</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92901-1359963</guid>
  	<pubDate>Sun, 01 Jun 2008 13:46:47 -0800</pubDate>
  	<dc:creator>clockworkjoe</dc:creator>
</item>
<item>
  	<title>By: jbullion</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1359983</link>	
  	<description>I&apos;m not sure how interested you are in catering to people on the &amp;quot;bleeding edge&amp;quot; but in Firefox 3b5, #sidebar-one now shows up &amp;quot;under&amp;quot; the main content section. Maybe you haven&apos;t applied the changes yet? Anyway, to fix it, I had to do this:&lt;br&gt;
&lt;br&gt;
#sidebar-one {&lt;br&gt;
&lt;strong&gt;float:left;&lt;/strong&gt;&lt;br&gt;
width:306px;&lt;br&gt;
&lt;strong&gt;margin-left:10px;&lt;/strong&gt;&lt;br&gt;
overflow:hidden;&lt;br&gt;
font...&lt;br&gt;
}</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92901-1359983</guid>
  	<pubDate>Sun, 01 Jun 2008 14:08:13 -0800</pubDate>
  	<dc:creator>jbullion</dc:creator>
</item>
<item>
  	<title>By: clockworkjoe</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1360006</link>	
  	<description>All right. I changed that. Does anyone else see a gray bar under the header for the blog? How would I get rid of that?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92901-1360006</guid>
  	<pubDate>Sun, 01 Jun 2008 14:37:32 -0800</pubDate>
  	<dc:creator>clockworkjoe</dc:creator>
</item>
<item>
  	<title>By: clockworkjoe</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1360017</link>	
  	<description>Ugh. It looks awful in IE7.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92901-1360017</guid>
  	<pubDate>Sun, 01 Jun 2008 14:51:13 -0800</pubDate>
  	<dc:creator>clockworkjoe</dc:creator>
</item>
<item>
  	<title>By: theiconoclast31</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1360054</link>	
  	<description>clockworkjoe &lt;a href=&quot;http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1359959&quot;&gt;said&lt;/a&gt;,&lt;blockquote&gt;I did not design the template so I don&apos;t know the specifics of it.&lt;/blockquote&gt;Maybe it&apos;s time to contact the author of the template or learn the specifics of it. In Firefox 3b5, it looks like &lt;a href=&quot;http://img117.imageshack.us/img117/1746/ughuj1.jpg&quot;&gt;this&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92901-1360054</guid>
  	<pubDate>Sun, 01 Jun 2008 15:38:11 -0800</pubDate>
  	<dc:creator>theiconoclast31</dc:creator>
</item>
<item>
  	<title>By: clockworkjoe</title>
  	<link>http://ask.metafilter.com/92901/wordpress-template-is-screwed-up#1360067</link>	
  	<description>Here&apos;s where I think it&apos;s screwing up. &lt;br&gt;
&lt;br&gt;
After the main loop, where it posts the relevant entries, it has this &lt;br&gt;
&lt;br&gt;
?php endwhile; ?&lt;br&gt;
&lt;br&gt;
PREV AND NEXT LINKS &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
?php else : ?&lt;br&gt;
			OOPS WHAT ARE YOU LOOKING FOR?&lt;br&gt;
?php endif; ?&lt;br&gt;
		&lt;br&gt;
	&lt;br&gt;
	&lt;br&gt;
?php get_sidebar(); ?&lt;br&gt;
?php get_footer(); ?&lt;br&gt;
&lt;br&gt;
But when I try that, it gives me a fatal error at the ELSE. What&apos;s wrong with that php?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92901-1360067</guid>
  	<pubDate>Sun, 01 Jun 2008 15:59:05 -0800</pubDate>
  	<dc:creator>clockworkjoe</dc:creator>
</item>

    </channel>
</rss>
