<?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: really stupid html question</title>
	<atom:link href="http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html</link>
	<description>defending our rights from the ramparts</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:20:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: well, that was dumb &#124; walls of the city</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5877</link>
		<dc:creator>well, that was dumb &#124; walls of the city</dc:creator>
		<pubDate>Sat, 19 Jun 2010 13:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5877</guid>
		<description>[...] Found the fix. [...] </description>
		<content:encoded><![CDATA[<p>[...] Found the fix. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Headdesk, headdesk, headdesk&#8230; &#171; A Dixie Carpetbagger</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5876</link>
		<dc:creator>Headdesk, headdesk, headdesk&#8230; &#171; A Dixie Carpetbagger</dc:creator>
		<pubDate>Tue, 08 Jun 2010 13:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5876</guid>
		<description>[...] at least I can take some solace in not being the only one having some technical [...] </description>
		<content:encoded><![CDATA[<p>[...] at least I can take some solace in not being the only one having some technical [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linoge</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5875</link>
		<dc:creator>Linoge</dc:creator>
		<pubDate>Sat, 05 Jun 2010 18:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5875</guid>
		<description>Well, yeah, that is what confuses me :).  If the intertubes are going to stop using something, stop using it.  Letting people continue to code with tags that are going to be eventually nixed is simply going to encourage people to actually continue using them, rather than breaking their habits.  Hell, I am doing it right now with some of my code.  

Sure, browsers should keep supporting the code, otherwise it will get all kinds of wierd, but if the tags are going away, get them away :).</description>
		<content:encoded><![CDATA[<p>Well, yeah, that is what confuses me <img src='http://www.wallsofthecity.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  If the intertubes are going to stop using something, stop using it.  Letting people continue to code with tags that are going to be eventually nixed is simply going to encourage people to actually continue using them, rather than breaking their habits.  Hell, I am doing it right now with some of my code.  </p>
<p>Sure, browsers should keep supporting the code, otherwise it will get all kinds of wierd, but if the tags are going away, get them away <img src='http://www.wallsofthecity.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dixie</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5874</link>
		<dc:creator>Dixie</dc:creator>
		<pubDate>Sat, 05 Jun 2010 15:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5874</guid>
		<description>&lt;i&gt;Deprecation always confused me.&lt;/i&gt;

Essentially, &quot;deprecation&quot; means that the tag is on death row.  Eventually (read: a few decades from now), browser creators will no longer code their products to use the tags.  In reality, you can still use &quot;i&quot; instead of &quot;em&quot; just fine.</description>
		<content:encoded><![CDATA[<p><i>Deprecation always confused me.</i></p>
<p>Essentially, &#8220;deprecation&#8221; means that the tag is on death row.  Eventually (read: a few decades from now), browser creators will no longer code their products to use the tags.  In reality, you can still use &#8220;i&#8221; instead of &#8220;em&#8221; just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linoge</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5873</link>
		<dc:creator>Linoge</dc:creator>
		<pubDate>Sat, 05 Jun 2010 01:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5873</guid>
		<description>Thanks for calling my attention to it, Mike - for some reason, your comment got shuffled straight into the &quot;Spam&quot; bin.  

At any rate, no dice, which makes sense - the code for the &quot;alignleft&quot; class is:  

.alignleft {
	float: left;
	}

Pretty much the same thing as what I wrote.</description>
		<content:encoded><![CDATA[<p>Thanks for calling my attention to it, Mike &#8211; for some reason, your comment got shuffled straight into the &#8220;Spam&#8221; bin.  </p>
<p>At any rate, no dice, which makes sense &#8211; the code for the &#8220;alignleft&#8221; class is:  </p>
<p>.alignleft {<br />
	float: left;<br />
	}</p>
<p>Pretty much the same thing as what I wrote.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike-ENDOtactical</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5872</link>
		<dc:creator>Mike-ENDOtactical</dc:creator>
		<pubDate>Sat, 05 Jun 2010 00:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5872</guid>
		<description>argh its blocking me for duplicate comment, i guess its still in your spam folder.</description>
		<content:encoded><![CDATA[<p>argh its blocking me for duplicate comment, i guess its still in your spam folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike-ENDOtactical</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5871</link>
		<dc:creator>Mike-ENDOtactical</dc:creator>
		<pubDate>Sat, 05 Jun 2010 00:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5871</guid>
		<description>i replied yesterday but it must have got caught by your spam filter, so ill paste it again in another comment</description>
		<content:encoded><![CDATA[<p>i replied yesterday but it must have got caught by your spam filter, so ill paste it again in another comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linoge</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5870</link>
		<dc:creator>Linoge</dc:creator>
		<pubDate>Fri, 04 Jun 2010 23:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5870</guid>
		<description>&lt;a href=&#039;#comment-9083&#039; rel=&quot;nofollow&quot;&gt;@Dixie&lt;/a&gt; - Yeah.  Deprecation always confused me.  

&lt;a href=&#039;#comment-9095&#039; rel=&quot;nofollow&quot;&gt;@dave&lt;/a&gt; - Welp, you are absolutely right - floating &lt;em&gt;should&lt;/em&gt; work.  Guess I need to do some digging and figure out what is wrong in my CSS scripts, then.  Thanks!</description>
		<content:encoded><![CDATA[<p><a href='#comment-9083'>@Dixie</a> &#8211; Yeah.  Deprecation always confused me.  </p>
<p><a href='#comment-9095'>@dave</a> &#8211; Welp, you are absolutely right &#8211; floating <em>should</em> work.  Guess I need to do some digging and figure out what is wrong in my CSS scripts, then.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5869</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 04 Jun 2010 13:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5869</guid>
		<description>That&#039;s odd, unless you&#039;ve got some other css code affecting the layout this should work and align the text with the top of the image

&lt;code&gt;



&lt;blockquote&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus lacinia lectus a tortor molestie pulvinar. Sed et turpis eros. Quisque semper turpis sed dolor malesuada vitae porttitor tortor imperdiet. Ut quis erat tincidunt quam imperdiet pulvinar id eget massa. Maecenas feugiat, diam quis pulvinar congue, ligula dolor suscipit neque, interdum porta arcu purus accumsan nulla. Vivamus placerat dolor eget massa luctus eu commodo urna hendrerit. Duis quis eros eget lorem molestie consequat vel sit amet dui. Fusce eu augue in sem ornare posuere. Quisque euismod, ante at imperdiet porta, libero justo cursus dui, eget bibendum felis mauris eget sem. Vivamus hendrerit posuere magna, in egestas mauris condimentum ac. Curabitur pretium, ligula in rutrum imperdiet, libero sapien mattis quam, vitae molestie mi augue quis libero. Nunc nulla velit, dapibus ut ultricies at, lacinia in neque. 
&lt;/blockquote&gt;

&lt;/code&gt;

More info @ W3
http://www.w3schools.com/css/pr_class_float.asp

including a place where you can try out code;
http://www.w3schools.com/css/tryit.asp?filename=trycss_float</description>
		<content:encoded><![CDATA[<p>That&#8217;s odd, unless you&#8217;ve got some other css code affecting the layout this should work and align the text with the top of the image</p>
<p><code></p>
<blockquote><p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus lacinia lectus a tortor molestie pulvinar. Sed et turpis eros. Quisque semper turpis sed dolor malesuada vitae porttitor tortor imperdiet. Ut quis erat tincidunt quam imperdiet pulvinar id eget massa. Maecenas feugiat, diam quis pulvinar congue, ligula dolor suscipit neque, interdum porta arcu purus accumsan nulla. Vivamus placerat dolor eget massa luctus eu commodo urna hendrerit. Duis quis eros eget lorem molestie consequat vel sit amet dui. Fusce eu augue in sem ornare posuere. Quisque euismod, ante at imperdiet porta, libero justo cursus dui, eget bibendum felis mauris eget sem. Vivamus hendrerit posuere magna, in egestas mauris condimentum ac. Curabitur pretium, ligula in rutrum imperdiet, libero sapien mattis quam, vitae molestie mi augue quis libero. Nunc nulla velit, dapibus ut ultricies at, lacinia in neque.
</p></blockquote>
<p></code></p>
<p>More info @ W3<br />
<a href="http://www.w3schools.com/css/pr_class_float.asp" >http://www.w3schools.com/css/pr_class_float.asp</a></p>
<p>including a place where you can try out code;<br />
<a href="http://www.w3schools.com/css/tryit.asp?filename=trycss_float" >http://www.w3schools.com/css/tryit.asp?filename=trycss_float</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dixie</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5868</link>
		<dc:creator>Dixie</dc:creator>
		<pubDate>Fri, 04 Jun 2010 05:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5868</guid>
		<description>You can do it with an in-post STYLE tag.  I was going to say do a DIV with a CENTER or LEFT tag, but CENTER and the rest have been &quot;Deprecated.&quot;

http://www.w3schools.com/html/default.asp</description>
		<content:encoded><![CDATA[<p>You can do it with an in-post STYLE tag.  I was going to say do a DIV with a CENTER or LEFT tag, but CENTER and the rest have been &#8220;Deprecated.&#8221;</p>
<p><a href="http://www.w3schools.com/html/default.asp" >http://www.w3schools.com/html/default.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike-ENDOtactical</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5867</link>
		<dc:creator>Mike-ENDOtactical</dc:creator>
		<pubDate>Fri, 04 Jun 2010 03:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5867</guid>
		<description>I took a look at the difference between your &quot;Gunny&quot; post and my recent post &lt;a href=&quot;http://www.everydaynodaysoff.com/2010/06/03/apple-getting-into-the-gun-business-particle-gun-for-drm/&quot; title=&quot;HERE&quot; rel=&quot;nofollow&quot;&gt; and the difference is that I&#039;m using an img class alignleft to align the picture left.. and you&#039;re using align=&quot;left&quot;.  Try that out.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I took a look at the difference between your &#8220;Gunny&#8221; post and my recent post <a href="http://www.everydaynodaysoff.com/2010/06/03/apple-getting-into-the-gun-business-particle-gun-for-drm/" title="HERE" > and the difference is that I&#8217;m using an img class alignleft to align the picture left.. and you&#8217;re using align=&#8221;left&#8221;.  Try that out.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linoge</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5866</link>
		<dc:creator>Linoge</dc:creator>
		<pubDate>Fri, 04 Jun 2010 02:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5866</guid>
		<description>Unfortunately, floating ruins the textwrap on the images, making the first line of text start with its bottom even with the bottom of the image.  Bleh.</description>
		<content:encoded><![CDATA[<p>Unfortunately, floating ruins the textwrap on the images, making the first line of text start with its bottom even with the bottom of the image.  Bleh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.wallsofthecity.net/2010/06/really-stupid-html-question.html#comment-5865</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 04 Jun 2010 02:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wallsofthecity.net/?p=4331#comment-5865</guid>
		<description>Easiest way would be to float the image left or blockquote right.</description>
		<content:encoded><![CDATA[<p>Easiest way would be to float the image left or blockquote right.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

