<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fatih Hayrioğlu&#039;nun not defteri &#187; border-spacing</title>
	<atom:link href="http://www.fatihhayrioglu.com/tag/border-spacing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatihhayrioglu.com</link>
	<description>{ CSS, HTML ve Javascript }</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:44:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=2012</generator>
		<item>
		<title>CSS İpuçları 13 &#8211; CSS&#8217;de Cellspacing=&#8221;0&#8243; nasıl yakalarız</title>
		<link>http://www.fatihhayrioglu.com/css-ipuclari-13-cssde-cellspacing0-nasil-yakalariz/</link>
		<comments>http://www.fatihhayrioglu.com/css-ipuclari-13-cssde-cellspacing0-nasil-yakalariz/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 07:24:24 +0000</pubDate>
		<dc:creator>fatih.hayrioglu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[border-collapse]]></category>
		<category><![CDATA[border-spacing]]></category>
		<category><![CDATA[tablo]]></category>

		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=354</guid>
		<description><![CDATA[Artık sayfalarımızı CSS ile oluşturup şekillendiriyoruz. Tabloların Cellspacing=&#8221;0&#8243; atamasını css ile nasıl yaparız. İşte cevabı: bu kadar. Kaynak http://www.mularien.com/blog/2007/07/29/css-tip-css-equivalent-to-cellspacing0/]]></description>
			<content:encoded><![CDATA[<p>Artık sayfalarımızı CSS ile oluşturup şekillendiriyoruz. Tabloların Cellspacing=&#8221;0&#8243; atamasını css ile nasıl yaparız. İşte cevabı:</p>
<pre class="brush: css; title: ; notranslate">
table{
border-spacing: 0px;
border-collapse: collapse;
}
</pre>
<p>bu kadar.</p>
<h3>Kaynak</h3>
<ul>
<li><a href="http://www.mularien.com/blog/2007/07/29/css-tip-css-equivalent-to-cellspacing0/">http://www.mularien.com/blog/2007/07/29/css-tip-css-equivalent-to-cellspacing0/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihhayrioglu.com/css-ipuclari-13-cssde-cellspacing0-nasil-yakalariz/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

