<?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: Solving the CSS Padding Problem</title>
	<atom:link href="http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/</link>
	<description>Playing Creativity Tag</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:26:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shahzeb farooq</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-6289</link>
		<dc:creator>shahzeb farooq</dc:creator>
		<pubDate>Mon, 26 Dec 2011 10:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-6289</guid>
		<description>This is not really a fix as of my thinking.
u can rather use 

#padded{
      padding-bottom:20px;
      padding-top:20px&quot;
}

or 
padded{
      padding:20px 0px 20px 0px ;
      
}</description>
		<content:encoded><![CDATA[<p>This is not really a fix as of my thinking.<br />
u can rather use </p>
<p>#padded{<br />
      padding-bottom:20px;<br />
      padding-top:20px&#8221;<br />
}</p>
<p>or<br />
padded{<br />
      padding:20px 0px 20px 0px ;</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahzeb farooq</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-6288</link>
		<dc:creator>shahzeb farooq</dc:creator>
		<pubDate>Mon, 26 Dec 2011 10:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-6288</guid>
		<description>This is not really a fix as of my thinking.
u can rather use 

padded{
padding-bottom:20px;padding-top:20px&quot;
}</description>
		<content:encoded><![CDATA[<p>This is not really a fix as of my thinking.<br />
u can rather use </p>
<p>padded{<br />
padding-bottom:20px;padding-top:20px&#8221;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: play drums online</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-6287</link>
		<dc:creator>play drums online</dc:creator>
		<pubDate>Sun, 25 Dec 2011 05:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-6287</guid>
		<description>I used to be recommended this blog by way of my cousin. I am not certain whether this post is written by means of him as no one else understand such specified approximately my trouble. You are amazing! Thanks!</description>
		<content:encoded><![CDATA[<p>I used to be recommended this blog by way of my cousin. I am not certain whether this post is written by means of him as no one else understand such specified approximately my trouble. You are amazing! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iuli</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-6271</link>
		<dc:creator>iuli</dc:creator>
		<pubDate>Tue, 29 Nov 2011 12:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-6271</guid>
		<description>Why don&#039; t you just take 40px out of the div&#039;s width (950px-40px=910px) and you have the same result</description>
		<content:encoded><![CDATA[<p>Why don&#8217; t you just take 40px out of the div&#8217;s width (950px-40px=910px) and you have the same result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fixing the issue of padding DIVs &#171; Moshesty</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-6256</link>
		<dc:creator>Fixing the issue of padding DIVs &#171; Moshesty</dc:creator>
		<pubDate>Mon, 26 Sep 2011 07:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-6256</guid>
		<description>[...] http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/ [...]</description>
		<content:encoded><![CDATA[<p>[...] http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-5394</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 16 Jun 2011 20:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-5394</guid>
		<description>This is not really a fix. The symantically correct way to do this would be to wrap the text with a tag indicating what type of information, or web element it is (, ...). Then simply apply the padding directly to that tag, thereby solving the problem.

h1 {
     padding: 20px;
}</description>
		<content:encoded><![CDATA[<p>This is not really a fix. The symantically correct way to do this would be to wrap the text with a tag indicating what type of information, or web element it is (, &#8230;). Then simply apply the padding directly to that tag, thereby solving the problem.</p>
<p>h1 {<br />
     padding: 20px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Nichols</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-5368</link>
		<dc:creator>Lee Nichols</dc:creator>
		<pubDate>Mon, 06 Jun 2011 15:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-5368</guid>
		<description>All these words, for nothing. CHROME DOES NOT RESPECT PADDING, may those two google morons die of cancer for the thousands and THOUSANDS of hours that are now down the drain - 271 websites with 3.2 million pages, and those child molesters have rendered them all gargage. Fyck the internet and fyck you morons who promote an answer that DOES NOT WORK. Cretins</description>
		<content:encoded><![CDATA[<p>All these words, for nothing. CHROME DOES NOT RESPECT PADDING, may those two google morons die of cancer for the thousands and THOUSANDS of hours that are now down the drain &#8211; 271 websites with 3.2 million pages, and those child molesters have rendered them all gargage. Fyck the internet and fyck you morons who promote an answer that DOES NOT WORK. Cretins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: safety boots</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-5248</link>
		<dc:creator>safety boots</dc:creator>
		<pubDate>Thu, 31 Mar 2011 07:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-5248</guid>
		<description>thank you for such a good solution</description>
		<content:encoded><![CDATA[<p>thank you for such a good solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: safety boots manufacturer</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-5247</link>
		<dc:creator>safety boots manufacturer</dc:creator>
		<pubDate>Thu, 31 Mar 2011 07:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-5247</guid>
		<description>thanks for sharing a good way.</description>
		<content:encoded><![CDATA[<p>thanks for sharing a good way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mctaco</title>
		<link>http://www.tutwow.com/htmlcss/solving-the-css-padding-problem/comment-page-1/#comment-1892</link>
		<dc:creator>mctaco</dc:creator>
		<pubDate>Sat, 13 Nov 2010 01:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=383#comment-1892</guid>
		<description>nice</description>
		<content:encoded><![CDATA[<p>nice</p>
]]></content:encoded>
	</item>
</channel>
</rss>

