<?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 in blogger</title>
	<link>http://ask.metafilter.com/15818/css-in-blogger/</link>
	<description>Comments on Ask MetaFilter post css in blogger</description>
	<pubDate>Wed, 02 Mar 2005 08:52:14 -0800</pubDate>
	<lastBuildDate>Wed, 02 Mar 2005 08:52:14 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: css in blogger</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger</link>	
		<description>I&apos;m seeing weird stuff when I try to make some css changes to my Blogger index page. &lt;br /&gt;&lt;br /&gt; I clipped all the code from the &quot;template&quot; view under the blogger control panel, threw it into notepad, and started playing with the formatting of one element. (Created a few new classes and added some php, all applied to a very limited part of the page.) To test my changes I named my textfile indextest.php and uploaded it to my webserver, then viewed in firefox. Rinse, repeat, until everything looked right. Then I went back to the blogger control panel and pasted in all the modified code, changed the settings so that my index page ends in .php, and viewed live. The php worked, but none of the css changes were applied! Why would things look OK within indextest.php, but when the same code is viewed through index.php, everything&apos;s gone?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.15818</guid>
		<pubDate>Wed, 02 Mar 2005 07:20:57 -0800</pubDate>
		<dc:creator>stupidsexyFlanders</dc:creator>
		
			<category>blogger</category>
		
			<category>css</category>
		
			<category>webdevelopment</category>
		
	</item> <item>
		<title>By: jnthnjng</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270226</link>	
		<description>have you tried clearing the cache and reloading?  (or simply reloading?)  Firefox caches css I believe.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270226</guid>
		<pubDate>Wed, 02 Mar 2005 08:52:14 -0800</pubDate>
		<dc:creator>jnthnjng</dc:creator>
	</item><item>
		<title>By: carter</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270227</link>	
		<description>Uhm, totally not an expert, but is the original CSS file still cached somewhere and being loaded?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270227</guid>
		<pubDate>Wed, 02 Mar 2005 08:53:41 -0800</pubDate>
		<dc:creator>carter</dc:creator>
	</item><item>
		<title>By: stupidsexyFlanders</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270253</link>	
		<description>I flushed the cache, and there&apos;s no change. All the css is on the page, no external stylesheets are being referenced.&lt;br&gt;
&lt;br&gt;
To see what I&apos;m talking about, here are the two urls. They have the exact same source code, but render the css differently (just talking about the four digit number at the top of the right column.)&lt;br&gt;
&lt;a href=&quot;http://www.jenkintowninfo.com/index.php&quot;&gt;&lt;br&gt;
blogger&apos;s feed, incorrect&lt;/a&gt;.&lt;br&gt;
&lt;a href=&quot;http://www.jenkintowninfo.com/indexoif.php&quot;&gt;my test page, correct&lt;/a&gt;.&lt;br&gt;
Note the blogger feeds don&apos;t show up in the test page, because it&apos;s got a different URL than blogger looks for.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270253</guid>
		<pubDate>Wed, 02 Mar 2005 09:31:45 -0800</pubDate>
		<dc:creator>stupidsexyFlanders</dc:creator>
	</item><item>
		<title>By: carter</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270277</link>	
		<description>*Really* not sure if this is relevant, but running both pages through W3C validator, the blogger feed looks okay (although there&apos;s bad syntax), but the parsing of the test page &lt;a href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jenkintowninfo.com%2Findexoif.php&quot;&gt;barfs &lt;/a&gt; at the meta-information tags, where it says blogencoding. I&apos;m not sure what this means, but maybe that&apos;s where it&apos;s tripping up?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270277</guid>
		<pubDate>Wed, 02 Mar 2005 09:57:41 -0800</pubDate>
		<dc:creator>carter</dc:creator>
	</item><item>
		<title>By: stupidsexyFlanders</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270289</link>	
		<description>blogencoding is a blogger tag that exists only on the test page, along with all the other blogger tags on that page, because blogger isn&apos;t feeding that page, it&apos;s set up to feed the index.php page. On index.php the tag is replaced with the char encoding specified on the blogger control panel page, the same way the blogger post tags are replaced, on index.php, with the actual posts, again, fed from the control panel.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270289</guid>
		<pubDate>Wed, 02 Mar 2005 10:08:16 -0800</pubDate>
		<dc:creator>stupidsexyFlanders</dc:creator>
	</item><item>
		<title>By: jnthnjng</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270319</link>	
		<description>I think I&apos;ve found the issue.  On your main page, your [div id=&quot;oiflink&quot;] is not using regular quotes.  Therefore, it treats that as #&quot;oiflink&quot;, whereas the template page treats it as #oiflink.  Try messing around the quotes around oiflink.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270319</guid>
		<pubDate>Wed, 02 Mar 2005 10:33:57 -0800</pubDate>
		<dc:creator>jnthnjng</dc:creator>
	</item><item>
		<title>By: jnthnjng</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270323</link>	
		<description>err.  &apos;messing with the quotes...&apos;&lt;br&gt;
To expand a bit, if you view source, you&apos;ll notice that the quotes around oiflink in the main page are (in my font) slanted to the left slightly, whereas the normal quotes are straight vertical ticks, i.e. &quot; (curly / slanted) versus &quot; (normal).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270323</guid>
		<pubDate>Wed, 02 Mar 2005 10:37:31 -0800</pubDate>
		<dc:creator>jnthnjng</dc:creator>
	</item><item>
		<title>By: stupidsexyFlanders</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270327</link>	
		<description>That fixed it. I don&apos;t know why I edited the file in Word, even saving as txt it came back to bite me.&lt;br&gt;
&lt;br&gt;
Thanks for your help.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270327</guid>
		<pubDate>Wed, 02 Mar 2005 10:41:47 -0800</pubDate>
		<dc:creator>stupidsexyFlanders</dc:creator>
	</item><item>
		<title>By: jnthnjng</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270347</link>	
		<description>no problem.  I figured it was something like Word.  Those little tiny things are the most frustrating and the hardest to find.  I probably wouldn&apos;t have noticed it without the Firefox &quot;Web Developer toolbar&quot; extension.  It&apos;s got a handy feature that you can activate with &lt;tt&gt;ctrl+shift+s&lt;/tt&gt; (View style information) that turns your cursor into a crosshair and displays the full CSS selector info in the status bar for any element you&apos;re hovering over.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270347</guid>
		<pubDate>Wed, 02 Mar 2005 10:54:28 -0800</pubDate>
		<dc:creator>jnthnjng</dc:creator>
	</item><item>
		<title>By: fixedgear</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270485</link>	
		<description>StupidsexyFlanders is my &lt;strong&gt;neighbor?&lt;/strong&gt; Wow, small world. We&apos;ll have to have a meetup at that kooky antiques joint next to the movie theater.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270485</guid>
		<pubDate>Wed, 02 Mar 2005 14:22:55 -0800</pubDate>
		<dc:creator>fixedgear</dc:creator>
	</item><item>
		<title>By: stupidsexyFlanders</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270497</link>	
		<description>fixedgear is my neighbor? well, there does need to be a philly meetup but I&apos;m not sure that little store is the place for it ;)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270497</guid>
		<pubDate>Wed, 02 Mar 2005 14:46:03 -0800</pubDate>
		<dc:creator>stupidsexyFlanders</dc:creator>
	</item><item>
		<title>By: mecran01</title>
		<link>http://ask.metafilter.com/15818/css-in-blogger#270503</link>	
		<description>Not to be snarky, but &lt;br&gt;
&lt;br&gt;
&lt;i&gt;I&apos;m seeing weird stuff when I try to make some css changes to my Blogger index page.&lt;/i&gt; &lt;br&gt;
&lt;br&gt;
could be its own category!&lt;br&gt;
&lt;br&gt;
CSS is the mind killer.  CSS is the little death...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.15818-270503</guid>
		<pubDate>Wed, 02 Mar 2005 15:02:56 -0800</pubDate>
		<dc:creator>mecran01</dc:creator>
	</item>
	</channel>
</rss>
