<?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>《春天来了&#8230;》的评论</title>
	<atom:link href="http://blog.cocoicer.com/post/457.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.cocoicer.com/post/457.html</link>
	<description>nö bëst , önlÿ bëttër</description>
	<lastBuildDate>Wed, 12 Jan 2011 07:58:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：Ŷänÿän</title>
		<link>http://blog.cocoicer.com/post/457.html/comment-page-1#comment-4294</link>
		<dc:creator>Ŷänÿän</dc:creator>
		<pubDate>Tue, 17 Mar 2009 03:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoicer.com/?p=457#comment-4294</guid>
		<description>哈哈!!实现了！！！谢谢Gaby!!!!!</description>
		<content:encoded><![CDATA[<p>哈哈!!实现了！！！谢谢Gaby!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Ŷänÿän</title>
		<link>http://blog.cocoicer.com/post/457.html/comment-page-1#comment-4293</link>
		<dc:creator>Ŷänÿän</dc:creator>
		<pubDate>Tue, 17 Mar 2009 03:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoicer.com/?p=457#comment-4293</guid>
		<description>文章照片的边框是我想加的，表情的style修改不知道在哪里啊...总不能手动的给每个表情都加class...

Gaby,好久不见哪。。几乎没用GT了...-_-</description>
		<content:encoded><![CDATA[<p>文章照片的边框是我想加的，表情的style修改不知道在哪里啊&#8230;总不能手动的给每个表情都加class&#8230;</p>
<p>Gaby,好久不见哪。。几乎没用GT了&#8230;-_-</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：gaby</title>
		<link>http://blog.cocoicer.com/post/457.html/comment-page-1#comment-4292</link>
		<dc:creator>gaby</dc:creator>
		<pubDate>Tue, 17 Mar 2009 01:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoicer.com/?p=457#comment-4292</guid>
		<description>你的评论过滤掉了代码，再发一次，注意替换【】符号
------------------------------------
在模板的 style.css 文件中：
img {
border:1px solid #D2D2D2;
padding:5px;
}
去掉大括号中的这2行，就没有边框了，不过文章中的其他图片边框也会因此一起去掉，如果要想只去掉表情的边框，需要在表情的代码中添加一个属性，例如：
【img alt=&quot;:D&quot; src=&quot;。。。/images/smilies/icon_biggrin.gif&quot; onclick=&quot;grin(&#039;:D&#039;);&quot; /】
可以修改为：
【img style=&quot;border: none; padding: 0&quot; alt=&quot;:D&quot; src=&quot;。。。/images/smilies/icon_biggrin.gif&quot; onclick=&quot;grin(&#039;:D&#039;);&quot; /】
更好的解决方案是在表情代码添加选择符：
【img class=&quot;face_pic&quot; alt=&quot;:D&quot; src=&quot;。。。/images/smilies/icon_biggrin.gif&quot; onclick=&quot;grin(&#039;:D&#039;);&quot; /】
并在 style.css 中添加属性代码：
img.face_pic {
	border: none;
	padding: 0;
}</description>
		<content:encoded><![CDATA[<p>你的评论过滤掉了代码，再发一次，注意替换【】符号<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
在模板的 style.css 文件中：<br />
img {<br />
border:1px solid #D2D2D2;<br />
padding:5px;<br />
}<br />
去掉大括号中的这2行，就没有边框了，不过文章中的其他图片边框也会因此一起去掉，如果要想只去掉表情的边框，需要在表情的代码中添加一个属性，例如：<br />
【img alt=”:D” src=”。。。/images/smilies/icon_biggrin.gif” onclick=”grin(&#8216;:D&#8217;);” /】<br />
可以修改为：<br />
【img style=”border: none; padding: 0&#8243; alt=”:D” src=”。。。/images/smilies/icon_biggrin.gif” onclick=”grin(&#8216;:D&#8217;);” /】<br />
更好的解决方案是在表情代码添加选择符：<br />
【img class=”face_pic” alt=”:D” src=”。。。/images/smilies/icon_biggrin.gif” onclick=”grin(&#8216;:D&#8217;);” /】<br />
并在 style.css 中添加属性代码：<br />
img.face_pic {<br />
	border: none;<br />
	padding: 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：gaby</title>
		<link>http://blog.cocoicer.com/post/457.html/comment-page-1#comment-4291</link>
		<dc:creator>gaby</dc:creator>
		<pubDate>Tue, 17 Mar 2009 01:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoicer.com/?p=457#comment-4291</guid>
		<description>在模板的 style.css 文件中：
img {
border:1px solid #D2D2D2;
padding:5px;
}
去掉大括号中的这2行，就没有边框了，不过文章中的其他图片边框也会因此一起去掉，如果要想只去掉表情的边框，需要在表情的代码中添加一个属性，例如：

可以修改为：

更好的解决方案是在表情代码添加选择符：

并在 style.css 中添加属性代码：
img.face_pic {
	border: none;
	padding: 0;
}</description>
		<content:encoded><![CDATA[<p>在模板的 style.css 文件中：<br />
img {<br />
border:1px solid #D2D2D2;<br />
padding:5px;<br />
}<br />
去掉大括号中的这2行，就没有边框了，不过文章中的其他图片边框也会因此一起去掉，如果要想只去掉表情的边框，需要在表情的代码中添加一个属性，例如：</p>
<p>可以修改为：</p>
<p>更好的解决方案是在表情代码添加选择符：</p>
<p>并在 style.css 中添加属性代码：<br />
img.face_pic {<br />
	border: none;<br />
	padding: 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Ŷänÿän</title>
		<link>http://blog.cocoicer.com/post/457.html/comment-page-1#comment-4289</link>
		<dc:creator>Ŷänÿän</dc:creator>
		<pubDate>Mon, 16 Mar 2009 15:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoicer.com/?p=457#comment-4289</guid>
		<description>怎样可以去掉表情的边框呢？</description>
		<content:encoded><![CDATA[<p>怎样可以去掉表情的边框呢？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

