<?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>Blogging Girl &#187; CSS</title>
	<atom:link href="http://www.blogging-girl.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogging-girl.com</link>
	<description>Blogging about everything related to blogs</description>
	<lastBuildDate>Tue, 20 Jul 2010 19:00:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Prettify your images</title>
		<link>http://www.blogging-girl.com/2008/04/22/prettify-your-images/</link>
		<comments>http://www.blogging-girl.com/2008/04/22/prettify-your-images/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 06:22:11 +0000</pubDate>
		<dc:creator>Blogging Girl</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CSS]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.blogging-girl.com/?p=34</guid>
		<description><![CDATA[Sometimes it&#8217;s the little things that can make a big impact on your website. One of those little things is how your images look when you post them in your blog entries. I&#8217;m not referring to the images themselves or their dimensions, but their borders. Why have the default&#8230; When you can have something much [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.blogging-girl.com%2F2008%2F04%2F22%2Fprettify-your-images%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.blogging-girl.com%2F2008%2F04%2F22%2Fprettify-your-images%2F&amp;source=kissmykitty&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Sometimes it&#8217;s the little things that can make a big impact on your website. One of those little things is how your images look when you post them in your blog entries. I&#8217;m not referring to the images themselves or their dimensions, but their borders.</p>
<p>Why have the default&#8230;</p>
<p style="text-align: center;"><a href="http://www.blogging-girl.com/wp-content/uploads/2008/04/default.jpg"><img class="aligncenter" title="default" src="http://www.blogging-girl.com/wp-content/uploads/2008/04/default-300x240.jpg" alt="" width="300" height="240" /></a></p>
<p>When you can have something much nicer?</p>
<p style="text-align: center;"><a href="http://www.blogging-girl.com/wp-content/uploads/2008/04/prettified.jpg"><img class="aligncenter" title="default" src="http://www.blogging-girl.com/wp-content/uploads/2008/04/prettified-300x240.jpg" alt="" width="300" height="240" /></a></p>
<p>To get the effect shown in the examples, add the following to your stylesheet:</p>
<pre>
.prettified  {
	margin: 5px;
	padding:5px;
        background-color: #fff;
	border: 1px solid #888;
}
</pre>
<p>Then assign the class any time you want to prettify an image:</p>
<pre>&#60;img src="example.jpg" width="300" height="300" alt="" title="" class="prettified" /&#62;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.blogging-girl.com/2008/04/22/prettify-your-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
