<?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: CSS and WordPress woes.</title>
	<link>http://ask.metafilter.com/94748/CSS-and-WordPress-woes/</link>
	<description>Comments on Ask MetaFilter post CSS and WordPress woes.</description>
	<pubDate>Sun, 22 Jun 2008 21:19:07 -0800</pubDate>
	<lastBuildDate>Sun, 22 Jun 2008 21:19:07 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: CSS and WordPress woes.</title>
		<link>http://ask.metafilter.com/94748/CSS-and-WordPress-woes</link>	
		<description>&lt;strong&gt;CSS, WordPress Themes, HTML&lt;/strong&gt;: Trying to custom-design my new blog&lt;/a&gt;&apos;s design; only three images out of ~10 appearing. &lt;br /&gt;&lt;br /&gt; As you can see by the above link&lt;/a&gt;, my WordPress header is messed up. All that is visible (at least on my end; Mac OS 10.5, Safari) are the &apos;Portfolio,&apos; &apos;About,&apos; and &apos;Contact&apos; buttons. I&apos;m trying to get my header to look like the one on my new Web site&lt;/a&gt; (I want the top three bars--light, medium, dark--to be the same, and then the content of my blog.)&lt;br&gt;
&lt;br&gt;
At first, those were the only images that were being accessed through a .css file (as rollover links); however, I&apos;ve since changed the &lt;em&gt;other&lt;/em&gt; images to do the same, but still only the first three show up.&lt;br&gt;
&lt;br&gt;
What am I doing &lt;em&gt;wrong&lt;/em&gt;? Web designers, help!&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://blog.dividedframe.com/wp-content/themes/DivFrWordPress/dividedframe.css&quot;&gt;CSS Document&lt;/a&gt;.&lt;br&gt;
&lt;a href=&quot;http://blog.dividedframe.com/wp-content/themes/DivFrWordPress/header.php&quot;&gt;Header.php&lt;/a&gt; (&lt;em&gt;for use with WordPress&lt;/em&gt;).&lt;br&gt;
Right-click --&gt; Save As..., I guess.&lt;br&gt;
&lt;br&gt;
Contact: reductiondesign@gmail.com&lt;br&gt;
&lt;br&gt;
Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.94748</guid>
		<pubDate>Sun, 22 Jun 2008 21:04:56 -0800</pubDate>
		<dc:creator>reductiondesign</dc:creator>
		
			<category>css</category>
		
			<category>WordPress</category>
		
			<category>blogging</category>
		
	</item> <item>
		<title>By: AmbroseChapel</title>
		<link>http://ask.metafilter.com/94748/CSS-and-WordPress-woes#1384091</link>	
		<description>I&apos;ve just &lt;a href=&quot;http://jigsaw.w3.org/css-validator/validator?profile=css21&amp;warning=0&amp;uri=http%3A%2F%2Fblog.dividedframe.com%2F&quot;&gt;validated your CSS&lt;/a&gt; and there are hundreds of errors and warnings. Also the code refers to background images which don&apos;t exist, like &lt;a href=&quot;http://blog.dividedframe.com/emptyBGblog.jpg&quot;&gt;http://blog.dividedframe.com/emptyBGblog.jpg&lt;/a&gt;, and background image URLs which don&apos;t make sense, like &lt;strong&gt;url(/)&lt;/strong&gt;. Hard to know where to start!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.94748-1384091</guid>
		<pubDate>Sun, 22 Jun 2008 21:19:07 -0800</pubDate>
		<dc:creator>AmbroseChapel</dc:creator>
	</item><item>
		<title>By: reductiondesign</title>
		<link>http://ask.metafilter.com/94748/CSS-and-WordPress-woes#1384094</link>	
		<description>The .css file with 95%+ of the errors is unused (reset-fonts-grids-tabs.css). It came with the theme I used to build mine off of, that&apos;s all.&lt;br&gt;
&lt;br&gt;
(Thanks for that link, though--should come in handy.)&lt;br&gt;
&lt;br&gt;
Oh! Other curious side note: I&apos;ve been designing this with Dreamweaver, and when I preview header.php in Opera, it works like a charm.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.94748-1384094</guid>
		<pubDate>Sun, 22 Jun 2008 21:23:27 -0800</pubDate>
		<dc:creator>reductiondesign</dc:creator>
	</item><item>
		<title>By: theiconoclast31</title>
		<link>http://ask.metafilter.com/94748/CSS-and-WordPress-woes#1384133</link>	
		<description>According to your HTML, you &lt;em&gt;are&lt;/em&gt; using that file:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://blog.dividedframe.com/wp-content/themes/DivFrWordPress/reset-fonts-grids-tabs.css&quot; /&amp;gt;&lt;/code&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.94748-1384133</guid>
		<pubDate>Sun, 22 Jun 2008 22:11:39 -0800</pubDate>
		<dc:creator>theiconoclast31</dc:creator>
	</item><item>
		<title>By: MadamM</title>
		<link>http://ask.metafilter.com/94748/CSS-and-WordPress-woes#1384136</link>	
		<description>Yeah first step: get rid of first stylesheet link tag in your HTML. Just mention the one you actually want it to use.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.94748-1384136</guid>
		<pubDate>Sun, 22 Jun 2008 22:15:29 -0800</pubDate>
		<dc:creator>MadamM</dc:creator>
	</item><item>
		<title>By: thinman</title>
		<link>http://ask.metafilter.com/94748/CSS-and-WordPress-woes#1384191</link>	
		<description>It also looks like you&apos;re trying to include &lt;code&gt;dividedframe.css&lt;/code&gt; from here:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://blog.dividedframe.com/dividedframe.css&quot;&gt;http://blog.dividedframe.com/dividedframe.css&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
when it actually lives here:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://blog.dividedframe.com/wp-content/themes/DivFrWordPress/dividedframe.css&quot;&gt;http://blog.dividedframe.com/wp-content/themes/DivFrWordPress/dividedframe.css&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.94748-1384191</guid>
		<pubDate>Mon, 23 Jun 2008 01:52:49 -0800</pubDate>
		<dc:creator>thinman</dc:creator>
	</item><item>
		<title>By: jessamyn</title>
		<link>http://ask.metafilter.com/94748/CSS-and-WordPress-woes#1384268</link>	
		<description>&lt;small&gt;[removed three links to blog, please put the URL to your blog in your profile if you want people to look at it, thank you]&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.94748-1384268</guid>
		<pubDate>Mon, 23 Jun 2008 05:37:08 -0800</pubDate>
		<dc:creator>jessamyn</dc:creator>
	</item>
	</channel>
</rss>
