<?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: Making WPG2 play nicely with XHTML</title>
	<atom:link href="http://www.drphilth.com/2006/01/03/wpg2-xhtml/feed" rel="self" type="application/rss+xml" />
	<link>http://www.drphilth.com/2006/01/03/wpg2-xhtml</link>
	<description>musings of a deranged medical student</description>
	<lastBuildDate>Mon, 02 Jun 2008 12:39:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Phil</title>
		<link>http://www.drphilth.com/2006/01/03/wpg2-xhtml#comment-10</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 16 Mar 2006 22:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.drphilth.com/2006/01/03/wpg2-xhtml/#comment-10</guid>
		<description>Hmmm - your html seems to have been filtered out by wordpress (badly). If you email me (phil AT drphilth DOT com) with the contents of the file I&#039;ll try to fix up your comment. </description>
		<content:encoded><![CDATA[<p>Hmmm &#8211; your html seems to have been filtered out by wordpress (badly). If you email me (phil AT drphilth DOT com) with the contents of the file I&#8217;ll try to fix up your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LemonHead</title>
		<link>http://www.drphilth.com/2006/01/03/wpg2-xhtml#comment-9</link>
		<dc:creator>LemonHead</dc:creator>
		<pubDate>Thu, 16 Mar 2006 21:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.drphilth.com/2006/01/03/wpg2-xhtml/#comment-9</guid>
		<description>My wpg2header.php head looks like the below prior to changes.  I notice it has a bunch of CSS and yours does not.  Before I delete this and replace with yours I wanted to understand why I am deleting out all the CSS.




	; charset=&quot; /&gt;

	
	
	&quot; /&gt; 

	

		/* The Basics */
		* {
			margin: 0;
			padding: 0;
		}

		a {
			color: #A73A02;
			text-decoration: none;
		}

		a:hover {
			color: #D88207;
			text-decoration: none;
			border-bottom: 1px dotted #D88207;
		}

		a img {
			border: none;
		}

		p {
			padding: 5px 0 5px 0;
		}

		/* Heading */
		h1 { font: normal 28px Georgia, &quot;Times New Roman&quot;, Times, serif; margin-left: 300px; padding-top: 15px; }
		h1 a { color: #fff; text-decoration: none; border: none; }
		h1 a:hover { color: #fff; text-decoration: none; border: none; }

		/* Layout */
		body { 
			margin: 10px 0;
			font-size: 62.5%; /* Resets 1em to 10px */
			font-family: &#039;Lucida Grande&#039;, Verdana, Arial, Sans-Serif;
			background-color: #dda;
			color: #444;
		}

		.description {
			font-family: Georgia, &quot;Times New Roman&quot;, Times, serif;
			color: #fff;
			margin-left: 300px;
		}
		
		#footer p {
			color: #666;
		}

		#container {
			width: 750px;
			 margin: 0 auto;
			 background-color: #fff;
			 padding: 20px 20px 0 20px;
			 border-right: 2px solid #C2C295;
			 border-left: 2px solid #C2C295;
			 border-top: 1px solid #c2c295;
			 border-bottom: 2px solid #c2c295;
		}

		#wpg2content {
			width: 750px;
			float: left;
		}

		#footer {
			clear: both;
			border-top: 1px solid #ddd;
			padding-bottom: 8px;
			text-align: center;
		}

		#header {
			height: 300px;
			margin-bottom: 35px;
			background: url(&quot;/images/masthead.jpg&quot;);
			text-align: center;
		}
	

	&quot; /&gt;
	&quot; /&gt;
	&quot; /&gt;
	
	&quot; /&gt;
    
	
	
</description>
		<content:encoded><![CDATA[<p>My wpg2header.php head looks like the below prior to changes.  I notice it has a bunch of CSS and yours does not.  Before I delete this and replace with yours I wanted to understand why I am deleting out all the CSS.</p>
<p>	; charset=&#8221; /&gt;</p>
<p>	&#8221; /&gt; </p>
<p>		/* The Basics */<br />
		* {<br />
			margin: 0;<br />
			padding: 0;<br />
		}</p>
<p>		a {<br />
			color: #A73A02;<br />
			text-decoration: none;<br />
		}</p>
<p>		a:hover {<br />
			color: #D88207;<br />
			text-decoration: none;<br />
			border-bottom: 1px dotted #D88207;<br />
		}</p>
<p>		a img {<br />
			border: none;<br />
		}</p>
<p>		p {<br />
			padding: 5px 0 5px 0;<br />
		}</p>
<p>		/* Heading */<br />
		h1 { font: normal 28px Georgia, &#8220;Times New Roman&#8221;, Times, serif; margin-left: 300px; padding-top: 15px; }<br />
		h1 a { color: #fff; text-decoration: none; border: none; }<br />
		h1 a:hover { color: #fff; text-decoration: none; border: none; }</p>
<p>		/* Layout */<br />
		body {<br />
			margin: 10px 0;<br />
			font-size: 62.5%; /* Resets 1em to 10px */<br />
			font-family: &#8216;Lucida Grande&#8217;, Verdana, Arial, Sans-Serif;<br />
			background-color: #dda;<br />
			color: #444;<br />
		}</p>
<p>		.description {<br />
			font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;<br />
			color: #fff;<br />
			margin-left: 300px;<br />
		}</p>
<p>		#footer p {<br />
			color: #666;<br />
		}</p>
<p>		#container {<br />
			width: 750px;<br />
			 margin: 0 auto;<br />
			 background-color: #fff;<br />
			 padding: 20px 20px 0 20px;<br />
			 border-right: 2px solid #C2C295;<br />
			 border-left: 2px solid #C2C295;<br />
			 border-top: 1px solid #c2c295;<br />
			 border-bottom: 2px solid #c2c295;<br />
		}</p>
<p>		#wpg2content {<br />
			width: 750px;<br />
			float: left;<br />
		}</p>
<p>		#footer {<br />
			clear: both;<br />
			border-top: 1px solid #ddd;<br />
			padding-bottom: 8px;<br />
			text-align: center;<br />
		}</p>
<p>		#header {<br />
			height: 300px;<br />
			margin-bottom: 35px;<br />
			background: url(&#8220;/images/masthead.jpg&#8221;);<br />
			text-align: center;<br />
		}</p>
<p>	&#8221; /&gt;<br />
	&#8221; /&gt;<br />
	&#8221; /&gt;</p>
<p>	&#8221; /&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

