<?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"
	>
<channel>
	<title>Comments on: HTML 파일의 여백 없애기</title>
	<atom:link href="http://kukie.net/2005/12/31/239/feed/" rel="self" type="application/rss+xml" />
	<link>http://kukie.net/2005/12/31/239/</link>
	<description>바삭바삭 쿠키네 꽈자 저장고</description>
	<pubDate>Wed, 19 Nov 2008 23:09:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: body에 background, background-images 사용하기 at kukie</title>
		<link>http://kukie.net/2005/12/31/239/#comment-20074</link>
		<dc:creator>body에 background, background-images 사용하기 at kukie</dc:creator>
		<pubDate>Wed, 01 Nov 2006 08:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://kukie.net/?p=239#comment-20074</guid>
		<description>[...] HTML 파일의 여백 없애기 [...]</description>
		<content:encoded><![CDATA[<p>[...] HTML 파일의 여백 없애기 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 0 &#8217;s zone &#187; Blog Archive &#187; Tex, Latex</title>
		<link>http://kukie.net/2005/12/31/239/#comment-3398</link>
		<dc:creator>0 &#8217;s zone &#187; Blog Archive &#187; Tex, Latex</dc:creator>
		<pubDate>Sun, 15 Jan 2006 08:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://kukie.net/?p=239#comment-3398</guid>
		<description>[...] 쿠키의 삽질들을 본받아 나 또한 이것 저것 정리 해가는 습관을 가져보려 노력해 보아야겠다. [...]</description>
		<content:encoded><![CDATA[<p>[...] 쿠키의 삽질들을 본받아 나 또한 이것 저것 정리 해가는 습관을 가져보려 노력해 보아야겠다. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldlovas</title>
		<link>http://kukie.net/2005/12/31/239/#comment-3074</link>
		<dc:creator>oldlovas</dc:creator>
		<pubDate>Sun, 01 Jan 2006 12:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://kukie.net/?p=239#comment-3074</guid>
		<description>아 그럼 이제까지 제가 괜히 오버했네요.ㅎㅎ
저는 막
&lt;code&gt;
*, html, body
{
margin: 0;
padding: 0;
}
&lt;/code&gt;
요렇게 했거든요.</description>
		<content:encoded><![CDATA[<p>아 그럼 이제까지 제가 괜히 오버했네요.ㅎㅎ<br />
저는 막<br />
<code><br />
*, html, body<br />
{<br />
margin: 0;<br />
padding: 0;<br />
}<br />
</code><br />
요렇게 했거든요.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kukie</title>
		<link>http://kukie.net/2005/12/31/239/#comment-3071</link>
		<dc:creator>kukie</dc:creator>
		<pubDate>Sun, 01 Jan 2006 10:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://kukie.net/?p=239#comment-3071</guid>
		<description>네, 동치미가 설명한 것이 맞습니다 :)
* 대신 body에 적용시키면 body&lt;strong&gt;만&lt;/strong&gt; 적용 되고, &lt;strong&gt;*&lt;/strong&gt;에 적용 시키면 html안의 모든 엘리먼트에 적용이 됩니다.

&lt;code&gt;
body * {
value
}
&lt;/code&gt; 인 경우에는 body안의 모든 엘리먼트에게 적용 되므로 * 과 매우 흡사하다고 볼 수 있습니다.</description>
		<content:encoded><![CDATA[<p>네, 동치미가 설명한 것이 맞습니다 <img src='http://kukie.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
* 대신 body에 적용시키면 body<strong>만</strong> 적용 되고, <strong>*</strong>에 적용 시키면 html안의 모든 엘리먼트에 적용이 됩니다.</p>
<p><code><br />
body * {<br />
value<br />
}<br />
</code> 인 경우에는 body안의 모든 엘리먼트에게 적용 되므로 * 과 매우 흡사하다고 볼 수 있습니다.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 동치미</title>
		<link>http://kukie.net/2005/12/31/239/#comment-3070</link>
		<dc:creator>동치미</dc:creator>
		<pubDate>Sun, 01 Jan 2006 09:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://kukie.net/?p=239#comment-3070</guid>
		<description>oldlovas:
제대로 알고 계시네요. 모든 태그들이 초기화 되지요/
p 태그 등은 기본적인 margin 을 가지고 있지요.
이런 모든 태그들이 초기화 되어 버리는 것이지요.;;
body에 주는것은 body만 초기화 되지요..</description>
		<content:encoded><![CDATA[<p>oldlovas:<br />
제대로 알고 계시네요. 모든 태그들이 초기화 되지요/<br />
p 태그 등은 기본적인 margin 을 가지고 있지요.<br />
이런 모든 태그들이 초기화 되어 버리는 것이지요.;;<br />
body에 주는것은 body만 초기화 되지요..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldlovas</title>
		<link>http://kukie.net/2005/12/31/239/#comment-3069</link>
		<dc:creator>oldlovas</dc:creator>
		<pubDate>Sun, 01 Jan 2006 08:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://kukie.net/?p=239#comment-3069</guid>
		<description>&lt;code&gt;
*
{
margin: 0;
padding: 0;
}
&lt;/code&gt;
이 코드는 html을 포함한 모든 종속된
태그들이 초기화되는 universal selecter로
알고 있는데요 body에 주는 것과 *에 주는 것은 별 차이 없나요?</description>
		<content:encoded><![CDATA[<p><code><br />
*<br />
{<br />
margin: 0;<br />
padding: 0;<br />
}<br />
</code><br />
이 코드는 html을 포함한 모든 종속된<br />
태그들이 초기화되는 universal selecter로<br />
알고 있는데요 body에 주는 것과 *에 주는 것은 별 차이 없나요?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jiyoon</title>
		<link>http://kukie.net/2005/12/31/239/#comment-3066</link>
		<dc:creator>Jiyoon</dc:creator>
		<pubDate>Sun, 01 Jan 2006 02:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://kukie.net/?p=239#comment-3066</guid>
		<description>추가 보충하자면...

#FF3300 or #F30

R: F(F)
G: 3(3)
B: 0(0)</description>
		<content:encoded><![CDATA[<p>추가 보충하자면&#8230;</p>
<p>#FF3300 or #F30</p>
<p>R: F(F)<br />
G: 3(3)<br />
B: 0(0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daybreaker</title>
		<link>http://kukie.net/2005/12/31/239/#comment-3060</link>
		<dc:creator>daybreaker</dc:creator>
		<pubDate>Sat, 31 Dec 2005 15:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://kukie.net/?p=239#comment-3060</guid>
		<description>이 외에도 CSS 기반으로 디자인하다보면 잘 인식하지 못했던 form 태그의 여백 때문에 고생하는 경우가 종종 있죠;; ^^</description>
		<content:encoded><![CDATA[<p>이 외에도 CSS 기반으로 디자인하다보면 잘 인식하지 못했던 form 태그의 여백 때문에 고생하는 경우가 종종 있죠;; ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tux</title>
		<link>http://kukie.net/2005/12/31/239/#comment-3051</link>
		<dc:creator>tux</dc:creator>
		<pubDate>Fri, 30 Dec 2005 18:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://kukie.net/?p=239#comment-3051</guid>
		<description>몰랐어요~!!

&lt;blockquote&gt;그냥 읽도록 하자. =.=)~&lt;/blockquote&gt;

넵!</description>
		<content:encoded><![CDATA[<p>몰랐어요~!!</p>
<blockquote><p>그냥 읽도록 하자. =.=)~</p></blockquote>
<p>넵!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
