<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[A.PAO designSTUDIO BLOG]]></title> 
<link>https://blog.apao.idv.tw/index.php</link> 
<description><![CDATA[A.PAO designSTUDIO 阿保工作室]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[A.PAO designSTUDIO BLOG]]></copyright>
<item>
<link>https://blog.apao.idv.tw/post//</link>
<title><![CDATA[利用CSS 將 table 中的 border 統一 成為1px線 collapse]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[CSS]]></category>
<pubDate>Fri, 26 Feb 2016 05:46:49 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//</guid> 
<description>
<![CDATA[ 
	<div class="code">&lt;style type=&quot;text/css&quot;&gt;<br/>table&#123;<br/>&nbsp;&nbsp; border:#000000 solid 1px;<br/>&nbsp;&nbsp; border-collapse:collapse;<br/> &#125;<br/>table tr, table td&#123;<br/>&nbsp;&nbsp;border:#000000 solid 1px;<br/>&nbsp;&nbsp;&#125;<br/>&lt;/style&gt;<br/></div><br/><table width="200" border="1" style="border:#000000 solid 1px; border-collapse:collapse;"><tbody><tr><td>1</td><td>1</td><td>1</td></tr><tr><td>2</td><td>2</td><td>2</td></tr><tr><td>3</td><td>3</td><td>3</td></tr></tbody></table><br/>Tags - <a href="https://blog.apao.idv.tw/tags/css/" rel="tag">css</a> , <a href="https://blog.apao.idv.tw/tags/table/" rel="tag">table</a> , <a href="https://blog.apao.idv.tw/tags/border/" rel="tag">border</a> , <a href="https://blog.apao.idv.tw/tags/collapse/" rel="tag">collapse</a> , <a href="https://blog.apao.idv.tw/tags/border-collapse/" rel="tag">border-collapse</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post//#blogcomment</link>
<title><![CDATA[[評論] 利用CSS 將 table 中的 border 統一 成為1px線 collapse]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[評論]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>