<?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>Santhosh's Blog &#187; wordpress tricks</title>
	<atom:link href="http://santhosh.themebin.com/blog/tag/wordpress-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://santhosh.themebin.com/blog</link>
	<description>I Eat in Bytes &#38; Drink in Gigs.</description>
	<lastBuildDate>Fri, 25 Jun 2010 15:38:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove unwanted smiley border in wordpress.</title>
		<link>http://santhosh.themebin.com/blog/wordpress-tutorials/remove-unwanted-smiley-border-in-wordpress/</link>
		<comments>http://santhosh.themebin.com/blog/wordpress-tutorials/remove-unwanted-smiley-border-in-wordpress/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 11:44:00 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[remove border in wordpress]]></category>
		<category><![CDATA[remove smiley border in wordpress]]></category>
		<category><![CDATA[wordpress tricks]]></category>

		<guid isPermaLink="false">http://santhosh.themebin.com/blog/tutorials/remove-unwanted-smiley-border-in-wordpress/</guid>
		<description><![CDATA[A problem arises when you add image borders. An unwanted ugly border will appear around the smiley whenever you or someone inserts it. This can be eliminated by adding a line of CSS code into your theme’s Stylesheet, keeping the image borders intact.
To remove the border, follow these steps:
1. Go to your wordpress Admin CP.
2. [...]]]></description>
			<content:encoded><![CDATA[<p>A problem arises when you add image borders. An unwanted ugly border will appear around the smiley whenever you or someone inserts it. This can be eliminated by adding a line of CSS code into your theme’s Stylesheet, keeping the image borders intact.</p>
<p>To remove the border, follow these steps:</p>
<p>1. Go to your wordpress Admin CP.<br />
2. Click on Presentation and the select the theme for which you want to add image border.<br />
3. Click on “Theme Editor”<br />
4. Open “Stylesheet” or “style.css” whatever from the right hand list.<br />
5. Now you must be able see the CSS codes.</p>
<p>Now copy and paste this code in a new line after any “ } “ close tag.</p>
<blockquote><p>img.wp-smiley{ border:none;}</p></blockquote>
<p>This will remove the ugly borders around those smilies keeping image borders intact.</p>
<p>Before:   <img SRC="http://gigasmilies.googlepages.com/34a.gif" />                      Now: <img src='http://santhosh.themebin.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://santhosh.themebin.com/blog/wordpress-tutorials/remove-unwanted-smiley-border-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
