<?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>FOR BETTER DESIGNS &#187; html</title>
	<atom:link href="http://www.forbetterdesigns.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forbetterdesigns.com</link>
	<description>Articles and resources to improve your designs</description>
	<lastBuildDate>Thu, 22 Jul 2010 09:02:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adding nice looking blockquotes for your posts using css</title>
		<link>http://www.forbetterdesigns.com/2009/11/11/little-tips-adding-nice-looking-blockquotes-for-your-posts-using-css/</link>
		<comments>http://www.forbetterdesigns.com/2009/11/11/little-tips-adding-nice-looking-blockquotes-for-your-posts-using-css/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:00:38 +0000</pubDate>
		<dc:creator>Ali Chorov</dc:creator>
				<category><![CDATA[The blog design]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[blockquotes]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[little]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.forbetterdesigns.com/?p=251</guid>
		<description><![CDATA[In this post I want to give you this little tip I decided to use here in my blog. This is a blockquotes which are stylised with CSS and they can make your blog to look much nice. For example you have some code HTML, CSS or whatever in your post and you want to [...]


Related posts:<ol><li><a href='http://www.forbetterdesigns.com/2009/10/21/little-css-tips/' rel='bookmark' title='Permanent Link: Some little css tips you can use in your blog'>Some little css tips you can use in your blog</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/10/18/for-better-design-template-1-tutorial-4-seperate-the-posts/' rel='bookmark' title='Permanent Link: Seperate the posts in your wordpress theme'>Seperate the posts in your wordpress theme</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/11/08/for-better-design-template-1-tutorial-6-some-minor-design-fixes/' rel='bookmark' title='Permanent Link: Some minor design fixes for my new wordpress theme'>Some minor design fixes for my new wordpress theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 7px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F11%2F11%2Flittle-tips-adding-nice-looking-blockquotes-for-your-posts-using-css%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F11%2F11%2Flittle-tips-adding-nice-looking-blockquotes-for-your-posts-using-css%2F&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/11/9.jpg"><img class="alignnone size-full wp-image-438" title="add nice quotes to your " src="http://www.forbetterdesigns.com/wp-content/uploads/2009/11/9.jpg" alt="" width="758" height="336" /></a></p>
<p>In this post I want to give you this little tip I decided to use here in my blog. This is a blockquotes which are stylised with CSS and they can make your blog to look much nice.</p>
<p><span id="more-251"></span></p>
<p>For example you have some code HTML, CSS or whatever in your post and you want to make some border around it and maybe different background color.</p>
<p>Here is the code:</p>
<blockquote>
<div style="border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">&lt;blockquote&gt;</p>
<p>&lt;div style=“border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;”&gt;&lt;span style=“color: #333333;”&gt;</p>
<p>Your text here</p>
<p>&lt;/span&gt;&lt;span style=“color: #808080;”&gt;&lt;span style=“font-style: normal; font-family: Georgia;”&gt;&lt;em&gt; &lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</p>
<p>&lt;/blockquote&gt;</p>
<p></span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>You see you can change the size of the border, the padding and background color and you can add your text. It will look exactly like mine. You can change this colors off course.</p>
<p>Hope this little tip will be in some good use for you.</p>
<p>If any question and comments I am here.</p>


<p>Related posts:<ol><li><a href='http://www.forbetterdesigns.com/2009/10/21/little-css-tips/' rel='bookmark' title='Permanent Link: Some little css tips you can use in your blog'>Some little css tips you can use in your blog</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/10/18/for-better-design-template-1-tutorial-4-seperate-the-posts/' rel='bookmark' title='Permanent Link: Seperate the posts in your wordpress theme'>Seperate the posts in your wordpress theme</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/11/08/for-better-design-template-1-tutorial-6-some-minor-design-fixes/' rel='bookmark' title='Permanent Link: Some minor design fixes for my new wordpress theme'>Some minor design fixes for my new wordpress theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.forbetterdesigns.com/2009/11/11/little-tips-adding-nice-looking-blockquotes-for-your-posts-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some minor design fixes for my new wordpress theme</title>
		<link>http://www.forbetterdesigns.com/2009/11/08/for-better-design-template-1-tutorial-6-some-minor-design-fixes/</link>
		<comments>http://www.forbetterdesigns.com/2009/11/08/for-better-design-template-1-tutorial-6-some-minor-design-fixes/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 17:44:02 +0000</pubDate>
		<dc:creator>Ali Chorov</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.forbetterdesigns.com/?p=229</guid>
		<description><![CDATA[In this tutorial I'll make some minor design fixes to my page. First I'll add some border to my posts then some icons to my sidebar. Watch the video to see how I have plan my little design fixes and drawing a small arrow pixel icon. So after i have made this little plans I [...]


Related posts:<ol><li><a href='http://www.forbetterdesigns.com/2009/10/16/for-better-design-template-1-tutorial-3-crop-the-template-and-add-the-images-to-this-web-site/' rel='bookmark' title='Permanent Link: Crop theme design in photoshop and add the images to your wordpress blog or web site.'>Crop theme design in photoshop and add the images to your wordpress blog or web site.</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/10/18/for-better-design-template-1-tutorial-4-seperate-the-posts/' rel='bookmark' title='Permanent Link: Seperate the posts in your wordpress theme'>Seperate the posts in your wordpress theme</a></li>
<li><a href='http://www.forbetterdesigns.com/2010/02/01/design-theme-for-wordpress-web-site-tutorial/' rel='bookmark' title='Permanent Link: Design theme for wordpress web site tutorial.'>Design theme for wordpress web site tutorial.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 7px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F11%2F08%2Ffor-better-design-template-1-tutorial-6-some-minor-design-fixes%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F11%2F08%2Ffor-better-design-template-1-tutorial-6-some-minor-design-fixes%2F&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/11/11.jpg"><img class="alignnone size-full wp-image-442" title="Some mnor design fixes for my web site image" src="http://www.forbetterdesigns.com/wp-content/uploads/2009/11/11.jpg" alt="" width="758" height="336" /></a></p>
<p>In this tutorial I’ll make some minor design fixes to my page. First I’ll add some border to my posts then some icons to my sidebar. Watch the video to see how I have plan my little design fixes and drawing a small arrow pixel icon.</p>
<p><span id="more-229"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="597" height="367" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/EnRG0bH8I1w&amp;hl=en&amp;fs=1&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="597" height="367" src="http://www.youtube.com/v/EnRG0bH8I1w&amp;hl=en&amp;fs=1&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>So after i have made this little plans I show in the video let me tell you what I have changed in my design.</p>
<p>First I added 1 px border to the posts in my CSS:</p>
<blockquote>
<div style="border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">.post{padding: 5px 5px 5px 5px;min-height:100px;</p>
<p>width:600px;</p>
<p>float:left;</p>
<p>background:#eeeeee;</p>
<p>margin-top:7px;</p>
<p>border:1px dashed #ced8d9; — 1px border all around my post is here</p>
<p>border-bottom:3px solid #83b639;</p>
<p>}</p>
<p></span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>Next I added a 1px dotted border bottom for all my lists in the sidebar and the arrow image from CSS again:</p>
<blockquote>
<div style="border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">.sidebar ul ul li{padding: 0; </span><span style="color: #333333;">line-height: 24px;</span><span style="color: #333333;">border-bottom: 1px dotted #888888;  — dotted border</span></p>
<p><span style="color: #333333;">text-decoration:none;</span></p>
<p><span style="color: #333333;">background-image:url(images/sidebar/arrow.jpg);  — and the arrow image</span></p>
<p><span style="color: #333333;">background-repeat:no-repeat; — no repeat is important here </span></p>
<p><span style="color: #333333;">padding-left:10px;</span></p>
<p><span style="color: #333333;">}</span></p>
<p><span style="color: #333333;"> </span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></p>
</div>
</blockquote>
<p><span style="color: #339966;"><span style="color: #000000;">After this is done, I added the folder icon also in my CSS:</span></span></p>
<blockquote>
<div style="border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">.sidebar ul li h2{ </span><span style="color: #333333;">height:25px;</span><span style="color: #333333;">font-family: Georgia, Sans-serif;</span></p>
<p><span style="color: #333333;">font-size: 15px;</span></p>
<p><span style="color: #333333;">padding-left:25px;</span></p>
<p><span style="color: #333333;">text-decoration:none;</span></p>
<p><span style="color: #333333;">background-image:url(images/sidebar/folder.jpg);  — the folder icon image is here<br />
</span></p>
<p><span style="color: #333333;">background-repeat:no-repeat;</span></p>
<p><span style="color: #333333;">}</span></p>
<p><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></p>
</div>
</blockquote>
<p><span style="color: #339966;"><span style="color: #000000;"> </span></span></p>
<p><span style="color: #000000;">Well that’s all, I hope you’ve liked this tutorial and you learned some useful thing here. </span></p>
<p><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/11/screentut6.png"><img class="size-full wp-image-238 alignnone" title="Some minro design fixes image" src="http://www.forbetterdesigns.com/wp-content/uploads/2009/11/screentut6.png" alt="screentut6" width="538" height="337" /></a></p>
<p><span style="color: #000000;"><br />
</span></p>
<p><span style="color: #339966;"><span style="color: #000000;">I’ll wait for your comments If any. Stay with us folks next time I am planing to design 404 web page.</span></span></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 364px; width: 1px; height: 1px;">&lt;blockquote&gt;</p>
<p>&lt;div style=“border: 1px dashed #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;”&gt;&lt;span style=“color: #333333;”&gt;</p>
<p>Text here</p>
<p>&lt;/span&gt;&lt;span style=“color: #808080;”&gt;&lt;span style=“font-style: normal; font-family: Georgia;”&gt;&lt;em&gt; &lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</p>
<p>&lt;/blockquote&gt;</p>
</div>


<p>Related posts:<ol><li><a href='http://www.forbetterdesigns.com/2009/10/16/for-better-design-template-1-tutorial-3-crop-the-template-and-add-the-images-to-this-web-site/' rel='bookmark' title='Permanent Link: Crop theme design in photoshop and add the images to your wordpress blog or web site.'>Crop theme design in photoshop and add the images to your wordpress blog or web site.</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/10/18/for-better-design-template-1-tutorial-4-seperate-the-posts/' rel='bookmark' title='Permanent Link: Seperate the posts in your wordpress theme'>Seperate the posts in your wordpress theme</a></li>
<li><a href='http://www.forbetterdesigns.com/2010/02/01/design-theme-for-wordpress-web-site-tutorial/' rel='bookmark' title='Permanent Link: Design theme for wordpress web site tutorial.'>Design theme for wordpress web site tutorial.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.forbetterdesigns.com/2009/11/08/for-better-design-template-1-tutorial-6-some-minor-design-fixes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crop theme design in photoshop and add the images to your wordpress blog or web site.</title>
		<link>http://www.forbetterdesigns.com/2009/10/16/for-better-design-template-1-tutorial-3-crop-the-template-and-add-the-images-to-this-web-site/</link>
		<comments>http://www.forbetterdesigns.com/2009/10/16/for-better-design-template-1-tutorial-3-crop-the-template-and-add-the-images-to-this-web-site/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 20:11:36 +0000</pubDate>
		<dc:creator>Ali Chorov</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.forbetterdesigns.com/?p=120</guid>
		<description><![CDATA[In this tutorial I'll crop the template and add the images to this web site... After you watch the video you can read, the explanation below it. As you see in the video I didn't give any explanations of what I do, but there is not really so much to explain in it. The video [...]


Related posts:<ol><li><a href='http://www.forbetterdesigns.com/2010/02/01/design-theme-for-wordpress-web-site-tutorial/' rel='bookmark' title='Permanent Link: Design theme for wordpress web site tutorial.'>Design theme for wordpress web site tutorial.</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/11/08/for-better-design-template-1-tutorial-6-some-minor-design-fixes/' rel='bookmark' title='Permanent Link: Some minor design fixes for my new wordpress theme'>Some minor design fixes for my new wordpress theme</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/10/18/for-better-design-template-1-tutorial-4-seperate-the-posts/' rel='bookmark' title='Permanent Link: Seperate the posts in your wordpress theme'>Seperate the posts in your wordpress theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 7px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F10%2F16%2Ffor-better-design-template-1-tutorial-3-crop-the-template-and-add-the-images-to-this-web-site%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.forbetterdesigns.com%2F2009%2F10%2F16%2Ffor-better-design-template-1-tutorial-3-crop-the-template-and-add-the-images-to-this-web-site%2F&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/16.jpg"><img class="alignnone size-full wp-image-455" title="crop a theme in photoshop image" src="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/16.jpg" alt="" width="758" height="336" /></a></p>
<p>In this tutorial I’ll crop the template and add the images to this web site… After you watch the video you can read, the explanation below it.</p>
<p><span id="more-120"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="597" height="367" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/SdddD-9SpLo&amp;hl=en&amp;fs=1&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="597" height="367" src="http://www.youtube.com/v/SdddD-9SpLo&amp;hl=en&amp;fs=1&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><!--more--></p>
<p>As you see in the video I didn’t give any explanations of what I do, but there is not really so much to explain in it. The video is only for those of you who want to see how to crop the images for your web site like I do. And I hope this will help you a little bit, I don’t use slice as you see, when I have the template I just crop the images and then upload to the server.</p>
<p>The next thing I do is to add some divs to the HTML like this:</p>
<p><a href="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/forbetterdesign1.png"><img class="size-medium wp-image-129 alignnone" title="for better design crop psd theme image" src="http://www.forbetterdesigns.com/wp-content/uploads/2009/10/forbetterdesign1-300x198.png" alt="forbetterdesign_cropimages" width="300" height="198" /></a></p>
<p>I am showing you this image also because I am planing to change the theme of this blog in future. I am planing to design, more templates and to make new design tutorials and again I will show you how to convert them from PSD to HTML like I did with this one. I hope this will be in some use for you and you will like it. But this in future, let’s continue with this tutorial.</p>
<p>First the rounded corners for the navigation, I have added this div above the menu pages I have:</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; margin: 5px; padding: 10px; background-color: #f2f2f2;"><span style="color: #333333;">&lt;div id=“navigationimage_top”&gt;&lt;/div&gt;</span></div>
</blockquote>
<p><span style="color: #008000;"><span style="color: #000000;"> </span></span></p>
<p>and I have added the following CSS for this:</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; margin: 5px; padding: 10px; background-color: #f2f2f2;"><span style="color: #333333;"><span style="font-style: normal; font-family: Georgia;">#navigationimage_top {<br />
background-image:url(images/roundedcorners/navigation_topimage.jpg);<br />
background-repeat:no-repeat;<br />
height:7px;<br />
width: 900px;<br />
float:left;<br />
margin-left:25px;<br />
}</span></span></div>
</blockquote>
<p><span style="color: #000000;">Next for the container, I want it with rounded corners too, so here’s what I have added: </span></p>
<p>First I have this div in my HTML:</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; margin: 5px; padding: 10px; background-color: #f2f2f2;"><span style="color: #333333;">&lt;div id=“container”&gt; here I have all the posts and sidebar…&lt;/div&gt;</span><em><span style="color: #333333;"><span style="font-style: normal; font-family: Georgia;"> </span></span></em></div>
</blockquote>
<p>I should make a new div called</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; margin: 5px; padding: 10px; background-color: #f2f2f2;"><span style="color: #333333;">&lt;div id=“bigcontainer”&gt; <span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>and I’ll put the container div inside it.</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em><span style="color: #333333;">&lt;div id=“container”&gt; here I have all the posts and sidebar.. &lt;/div&gt; </span><em><br />
</em></span></span></div>
</blockquote>
<p>and his CSS is:</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; margin: 5px; padding: 10px; background-color: #f2f2f2;"><em><span style="color: #333333;"><span style="font-style: normal; font-family: Georgia;">#bigcontainer {<br />
float: left;<br />
min-height:400px;<br />
width: 940px;<br />
padding-left:10px;<br />
background-image:url(images/roundedcorners/content_middleimage.jpg);<br />
background-repeat:repeat-y;<br />
} </span></span></em></div>
</blockquote>
<p>Above this for the rounded corners I’ll add this div:</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><span style="color: #333333;"><span style="font-style: normal; font-family: Georgia;">&lt;div id=“bigcontainer_top_image”&gt;&lt;/div&gt; </span></span> </span></span></div>
</blockquote>
<p>with the following CSS:</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">#bigcontainer_top_image </span><span style="color: #333333;">{</span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><span style="color: #333333;"> </span><span style="color: #333333;"> float: left;<br />
height:12px;<br />
width: 950px;<br />
background-image:url(images/roundedcorners/content_topimage.jpg);<br />
background-repeat:none;<br />
}</span> </span></span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"> </span></span></div>
</blockquote>
<p>and for the rounded corners in the bottom again I am adding a div</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;"> &lt;div id=“bigcontainer_bottom_image”&gt;&lt;/div&gt;</span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p><span style="color: #008000;"><span style="color: #000000;">with CSS:</span></span></p>
<blockquote>
<div style="border: 1px solid #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">#bigcontainer_bottom_image {<br />
float: left;<br />
height:13px;<br />
width: 950px;<br />
background-image:url(images/roundedcorners/content_bottomimage.jpg);<br />
background-repeat:none;<br />
} </span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>For the sidebar the same technique, but this time I’ll put the divs inside the sidebar box.</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">&lt;div id=“sidebar_box”&gt; — this is my sidebar<br />
&lt;div id=“sidebar_box_top_image”&gt;&lt;/div&gt; — this is my sidebar top image<br />
&lt;?php get_sidebar(); ?&gt;<br />
&lt;div id=“sidebar_box_bottom_image”&gt;&lt;/div&gt; — this is my sidebar bottom image<br />
&lt;/div&gt; </span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>and here are the CSS I have used for this:</p>
<blockquote>
<div style="border: 1px solid #5f5f5f; padding: 10px; background-color: #f2f2f2; margin: 5px;"><span style="color: #333333;">#sidebar_box_top_image {<br />
background-image:url(images/roundedcorners/sidebar_top_image.jpg);<br />
background-repeat:none;<br />
height:34px;<br />
width: 280px;<br />
float:right;<br />
}</p>
<p>#sidebar_box{<br />
background-image:url(images/roundedcorners/sidebar_middle_image.jpg);<br />
background-repeat:repeat-y;<br />
min-height:200px;<br />
width: 270px;<br />
float:right;<br />
padding-left: 10px;<br />
}</p>
<p>#sidebar_box_bottom_image {<br />
background-image:url(images/roundedcorners/sidebar_bottom_image.jpg);<br />
background-repeat:none;<br />
height:15px;<br />
width: 280px;<br />
float:right;<br />
}</p>
<p></span><span style="color: #808080;"><span style="font-style: normal; font-family: Georgia;"><em> </em></span></span></div>
</blockquote>
<p>I have made a decision not to use the rounded corners for my posts, but the technique is the same. I hope you’ll learn something from this post and you can use this technique too. Off course there will be differences  from template to template but the important thing is to understand the idea.</p>
<p>This is all I have done for the template.</p>
<p>If you need help or if you have some suggestions, questions everything it will be nice to hear your opinions. I’ll wait for your replies.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 952px; width: 1px; height: 1px;">&lt;div id=“container”&gt; here I have all the posts and sidebar…&lt;/div&gt;</div>


<p>Related posts:<ol><li><a href='http://www.forbetterdesigns.com/2010/02/01/design-theme-for-wordpress-web-site-tutorial/' rel='bookmark' title='Permanent Link: Design theme for wordpress web site tutorial.'>Design theme for wordpress web site tutorial.</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/11/08/for-better-design-template-1-tutorial-6-some-minor-design-fixes/' rel='bookmark' title='Permanent Link: Some minor design fixes for my new wordpress theme'>Some minor design fixes for my new wordpress theme</a></li>
<li><a href='http://www.forbetterdesigns.com/2009/10/18/for-better-design-template-1-tutorial-4-seperate-the-posts/' rel='bookmark' title='Permanent Link: Seperate the posts in your wordpress theme'>Seperate the posts in your wordpress theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.forbetterdesigns.com/2009/10/16/for-better-design-template-1-tutorial-3-crop-the-template-and-add-the-images-to-this-web-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
