﻿<?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: Creating Two Column Unordered &lt;ul&gt; Lists</title>
	<atom:link href="http://www.grimmdude.com/creating-two-column-unordered-ul-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/</link>
	<description>Jammin &#039;till the jammin&#039;s through.</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:33:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Garrett</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6449</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Sat, 10 Sep 2011 02:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6449</guid>
		<description>Joseph,

First, I recommend you add font-weight:bold to your ul instead of using one big bold tag. 

The reason you&#039;re not getting any space below the list is because you need to add some margin.  Example:

.double_column_list { margin-bottom:10px;}</description>
		<content:encoded><![CDATA[<p>Joseph,</p>
<p>First, I recommend you add font-weight:bold to your ul instead of using one big bold tag. </p>
<p>The reason you&#8217;re not getting any space below the list is because you need to add some margin.  Example:</p>
<p>.double_column_list { margin-bottom:10px;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6437</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Fri, 09 Sep 2011 21:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6437</guid>
		<description>ok, here goes:

I have &lt;code&gt;.double_column_list li {float: left; width: 50%;}&lt;/code&gt;

up in my style sheet area

Then I have 
&lt;code&gt;
 
&lt;div class=&quot;double_column_list&quot;&gt;
                  &lt;ul&gt;
                   &lt;b&gt;
                    &lt;li&gt;Computer is running slow&lt;/li&gt;
                    &lt;li&gt;Error messages&lt;/li&gt;
                    &lt;li&gt;Computer stops responding&lt;/li&gt;
                    &lt;li&gt;Blue Screens&lt;/li&gt;
                    &lt;li&gt;Your computer doesn&#039;t bootup&lt;/li&gt;
                    &lt;li&gt;Stop &quot;0x0000000&quot; errors&lt;/li&gt;
                    &lt;li&gt;Computer randomly reboots&lt;/li&gt;
                    &lt;li&gt;Clicking, whining, or other loud noises&lt;/li&gt;
                    &lt;li&gt;Computer will not power on&lt;/li&gt;
                    &lt;li&gt;Error messages during bootup&lt;/li&gt;&lt;/b&gt;
                &lt;!--&lt;li&gt;&lt;a href=&quot;http://www.statistics.gov.uk/StatBase/Product.asp?vlnk=5703&quot;&gt;Official Yearbook of the United Kingdom&lt;/a&gt;--&gt;
                   
                 &lt;/ul&gt;
                &lt;/div&gt;

&lt;p&gt;Sometimes computers just break. They don&#039;t do what you want them to, and when they really want to make, you mad they give you the Blue Screen of Death.&lt;/p&gt;
                &lt;p&gt;When your computer becomes unusable &lt;b&gt;MyPC Solutions&lt;/b&gt; is there to help.&lt;/p&gt;
                &lt;p&gt;If you are experiencing any of the problems below, bring your computer in so we can get to work:&lt;/p&gt;
&lt;/code&gt;

when I render the html, it shows that there is no paragraph space between Error Messages during bootup and Sometimes. It is as if I am typing a new sentence and not a paragraph.</description>
		<content:encoded><![CDATA[<p>ok, here goes:</p>
<p>I have <code>.double_column_list li {float: left; width: 50%;}</code></p>
<p>up in my style sheet area</p>
<p>Then I have<br />
<pre><code>&lt;div class="double_column_list"&gt;
                  &lt;ul&gt;
                   &lt;b&gt;
                    &lt;li&gt;Computer is running slow&lt;/li&gt;
                    &lt;li&gt;Error messages&lt;/li&gt;
                    &lt;li&gt;Computer stops responding&lt;/li&gt;
                    &lt;li&gt;Blue Screens&lt;/li&gt;
                    &lt;li&gt;Your computer doesn't bootup&lt;/li&gt;
                    &lt;li&gt;Stop "0x0000000" errors&lt;/li&gt;
                    &lt;li&gt;Computer randomly reboots&lt;/li&gt;
                    &lt;li&gt;Clicking, whining, or other loud noises&lt;/li&gt;
                    &lt;li&gt;Computer will not power on&lt;/li&gt;
                    &lt;li&gt;Error messages during bootup&lt;/li&gt;&lt;/b&gt;
                &lt;!--&lt;li&gt;&lt;a href="http://www.statistics.gov.uk/StatBase/Product.asp?vlnk=5703"&gt;Official Yearbook of the United Kingdom&lt;/a&gt;--&gt;
                   
                 &lt;/ul&gt;
                &lt;/div&gt;

&lt;p&gt;Sometimes computers just break. They don't do what you want them to, and when they really want to make, you mad they give you the Blue Screen of Death.&lt;/p&gt;
                &lt;p&gt;When your computer becomes unusable &lt;b&gt;MyPC Solutions&lt;/b&gt; is there to help.&lt;/p&gt;
                &lt;p&gt;If you are experiencing any of the problems below, bring your computer in so we can get to work:&lt;/p&gt;</code></pre>
<p>when I render the html, it shows that there is no paragraph space between Error Messages during bootup and Sometimes. It is as if I am typing a new sentence and not a paragraph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6436</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Fri, 09 Sep 2011 21:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6436</guid>
		<description>Joseph, I&#039;m sorry - you want to enclose the html in code tags not pre: http://www.w3schools.com/tags/tag_phrase_elements.asp</description>
		<content:encoded><![CDATA[<p>Joseph, I&#8217;m sorry &#8211; you want to enclose the html in code tags not pre: <a href="http://www.w3schools.com/tags/tag_phrase_elements.asp" rel="nofollow">http://www.w3schools.com/tags/tag_phrase_elements.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6435</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Fri, 09 Sep 2011 21:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6435</guid>
		<description>Hi Joseph,

I&#039;m sorry, I&#039;m a little unclear on what your problem is.  Could it just be a margin issue?  Try adding more margin-bottom on the div to push the text below down.  It&#039;s hard to help without seeing the code.

-Garrett</description>
		<content:encoded><![CDATA[<p>Hi Joseph,</p>
<p>I&#8217;m sorry, I&#8217;m a little unclear on what your problem is.  Could it just be a margin issue?  Try adding more margin-bottom on the div to push the text below down.  It&#8217;s hard to help without seeing the code.</p>
<p>-Garrett</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6434</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Fri, 09 Sep 2011 21:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6434</guid>
		<description>Well using pre tags to show html in this forum is not working for me :(</description>
		<content:encoded><![CDATA[<p>Well using pre tags to show html in this forum is not working for me <img src='http://www.grimmdude.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6433</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Fri, 09 Sep 2011 21:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6433</guid>
		<description>.double_column_list li {float: left; width: 50%; }


                  
                   &lt;b&gt;
                    Computer is running slow
                    Error messages
                    Computer stops responding
                    Blue Screens
                    Your computer doesn&#039;t bootup
                    Stop &quot;0x0000000&quot; errors
                    Computer randomly reboots
                    Clicking, whining, or other loud noises
                    Computer will not power on
                    Error messages during bootup&lt;/b&gt;
                &lt;!--&lt;a href=&quot;http://www.statistics.gov.uk/StatBase/Product.asp?vlnk=5703&quot; rel=&quot;nofollow&quot;&gt;Official Yearbook of the United Kingdom&lt;/a&gt;--&gt;
                   
                 
                
 I type here but there is no space between this and Error messages during bootup
</description>
		<content:encoded><![CDATA[<p>.double_column_list li {float: left; width: 50%; }</p>
<p>                   <b><br />
                    Computer is running slow<br />
                    Error messages<br />
                    Computer stops responding<br />
                    Blue Screens<br />
                    Your computer doesn&#8217;t bootup<br />
                    Stop &#8220;0&#215;0000000&#8243; errors<br />
                    Computer randomly reboots<br />
                    Clicking, whining, or other loud noises<br />
                    Computer will not power on<br />
                    Error messages during bootup</b><br />
                &lt;!&#8211;<a href="http://www.statistics.gov.uk/StatBase/Product.asp?vlnk=5703" rel="nofollow">Official Yearbook of the United Kingdom</a>&#8211;&gt;</p>
<p> I type here but there is no space between this and Error messages during bootup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6432</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Fri, 09 Sep 2011 20:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6432</guid>
		<description>Joseph, enclose your html in pre tags.  http://www.w3schools.com/tags/tag_pre.asp</description>
		<content:encoded><![CDATA[<p>Joseph, enclose your html in pre tags.  <a href="http://www.w3schools.com/tags/tag_pre.asp" rel="nofollow">http://www.w3schools.com/tags/tag_pre.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6431</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Fri, 09 Sep 2011 20:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6431</guid>
		<description>How do you type html in here?</description>
		<content:encoded><![CDATA[<p>How do you type html in here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6430</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Fri, 09 Sep 2011 20:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6430</guid>
		<description>Here is what I am dealing with:

.double_column_list li {float: left; width: 50%; }


                  
                   &lt;b&gt;
                    Computer is running slow
                    Error messages
                    Computer stops responding
                    Blue Screens
                    Your computer doesn&#039;t bootup
                    Stop &quot;0x0000000&quot; errors
                    Computer randomly reboots
                    Clicking, whining, or other loud noises
                    Computer will not power on
                    Error messages during bootup&lt;/b&gt;
                   
                 
                
 I begin to type here, but there is no line break between these words and the  above</description>
		<content:encoded><![CDATA[<p>Here is what I am dealing with:</p>
<p>.double_column_list li {float: left; width: 50%; }</p>
<p>                   <b><br />
                    Computer is running slow<br />
                    Error messages<br />
                    Computer stops responding<br />
                    Blue Screens<br />
                    Your computer doesn&#8217;t bootup<br />
                    Stop &#8220;0&#215;0000000&#8243; errors<br />
                    Computer randomly reboots<br />
                    Clicking, whining, or other loud noises<br />
                    Computer will not power on<br />
                    Error messages during bootup</b></p>
<p> I begin to type here, but there is no line break between these words and the  above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett</title>
		<link>http://www.grimmdude.com/creating-two-column-unordered-ul-lists/comment-page-1/#comment-6429</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Fri, 09 Sep 2011 20:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.grimmdude.com/?p=1105#comment-6429</guid>
		<description>Hi Joseph,

Did you add the css to float each list item left and make it only 50% width?  You can add html if you enclose it in pre tags.

Like this:
&lt;pre&gt;&lt;code&gt;&lt;div&gt;Html here&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Joseph,</p>
<p>Did you add the css to float each list item left and make it only 50% width?  You can add html if you enclose it in pre tags.</p>
<p>Like this:</p>
<pre><code>&lt;div&gt;Html here&lt;/div&gt;</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>

