<?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>Top Web Resources &#187; Web Templates</title>
	<atom:link href="http://www.iyiz.com/category/web-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iyiz.com</link>
	<description>iyiz.com</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:14:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>40 Advanced CSS Layout Tutorials</title>
		<link>http://www.iyiz.com/40-advanced-css-layout-tutorials/</link>
		<comments>http://www.iyiz.com/40-advanced-css-layout-tutorials/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 07:17:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Templates]]></category>
		<category><![CDATA[CSS Layout Tutorials]]></category>
		<category><![CDATA[CSS-based layouts]]></category>

		<guid isPermaLink="false">http://www.iyiz.com/40-advanced-css-layout-tutorials/</guid>
		<description><![CDATA[The main idea behind CSS-based layouts is offering more flexibility and enhancing the visual experience of visitors. Some important tips and related key-factors can help to learn basics and keep essential techniques in mind. And this is what this article is all about. Finding the perfect Layout that have Total Flexibility, Equal Height Columns and [...]]]></description>
			<content:encoded><![CDATA[<p> The main idea behind <strong>CSS-based layouts</strong> is offering more flexibility and enhancing the visual experience of visitors. Some important tips and related key-factors can help to learn basics and keep essential techniques in mind. And this is what this article is all about. Finding the perfect Layout that have <strong>Total Flexibility</strong>, <strong>Equal Height Columns</strong> and just works fine.</p>
<p>So we’ve decided to take a deep look at articles about CSS-based layouts and the result was a list of 40 tutorials, resources and best practices offering gorgeous and valid CSS-based Layouts.</p>
<p><span id="more-70"></span></p>
<p><span id="more-717"></span></p>
<h4 class="title">CSS Layout Tutorials</h4>
<p>1-<a href="http://woork.blogspot.com/2008/01/three-column-fixed-layout-structure.html" class="showcase">Three column fixed layout structure using CSS</a>- This post explains how to realize an HTML/CSS basic structure to design a simple three column fixed page layout with standard elements (logo top bar, navigation bar, text stage, center column for post categories and right column to insert Google AdSense 120X600 ads), to use in your projects.</p>
<p class="image-20"><a href="http://woork.blogspot.com/2008/01/three-column-fixed-layout-structure.html"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts.gif" alt="css layouts" /></a></p>
<hr />2-<a href="http://woork.blogspot.com/2007/10/design-page-layout-using-css.html" class="showcase">Design page layout using CSS</a>- How to design page’s layout for your site using a css file.</p>
<p class="image-20"><a href="http://woork.blogspot.com/2007/10/design-page-layout-using-css.html"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts2.gif" alt="css layouts" /></a></p>
<hr />3-<a href="http://css-tricks.com/how-to-create-a-horizontally-scrolling-site/" class="showcase">How To Create a Horizontally Scrolling Site</a>- Different techniques for creating horizontally scrolling layouts.</p>
<p class="image-20"><a href="http://css-tricks.com/how-to-create-a-horizontally-scrolling-site/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts3.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>Live Example</strong> <a href="http://css-tricks.com/examples/HorzScrolling">View it Here</a> | <strong><a href="http://css-tricks.com/examples/HorzScrolling.zip">Download</a></strong></li>
</ul>
<hr />4-<a href="http://css-tricks.com/super-simple-two-column-layout/" class="showcase">Super Simple Two Column Layout</a>- Different techniques for creating horizontally scrolling layouts.</p>
<p class="image-20"><a href="http://css-tricks.com/super-simple-two-column-layout/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts4.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>Live Example</strong> <a href="http://css-tricks.com/examples/SuperSimpleTwoColumn">View it Here</a> | <strong><a href="http://css-tricks.com/examples/SuperSimpleTwoColumn.zip">Download</a></strong></li>
</ul>
<hr />5-<a href="http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/" class="showcase">Simple 2 column CSS layout</a>- This is a tutorial on how to use CSS to create a simple two column layout. The layout consists of a header, a horizontal navigation bar, a main content column, a sidebar, and a footer. It is also horizontally centered in the browser window.</p>
<p class="image-20"><a href="http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts6.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>Live Example</strong> <a href="http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/finished.html">View it Here</a></li>
</ul>
<hr />6-<a href="http://dnevnikeklektika.com/en/the-holy-grail-layout-3-columns-and-a-lot-less-problems" class="showcase">The holy grail layout &#8211; 3 columns and a lot less problems </a>- This is a article discuss the three columns – two fixed-width sidebars and a fluid center column, all while keeping the markup clean and semantic, and most importantly well structured.</p>
<p class="image-20"><a href="http://dnevnikeklektika.com/en/the-holy-grail-layout-3-columns-and-a-lot-less-problems"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts7.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>Live Example</strong> <a href="http://dnevnikeklektika.com/css/3ColLayout/working.html">View it Here</a></li>
</ul>
<hr />7-<a href="http://www.simplebits.com/notebook/2004/09/08/centering.html" class="showcase">CSS Centering 101</a>- How to center a fixed-width layout using CSS</p>
<pre><code>&lt;body&gt;</code>  &lt;div id="container"&gt;

...entire layout goes here...

&lt;/div&gt;

&lt;/body&gt;</pre>
<p>Using CSS, the following two rules force whatever is contained within #container to be centered:</p>
<pre><code>body {</code>  text-align: center;

}

#container {

margin: 0 auto;

width: xxxpx;

text-align: left;

}</pre>
<hr />8-<a href="http://www.subcide.com/tutorials/csslayout/index.aspx" class="showcase">Creating a CSS layout from scratch</a>- This guide will attempt to take you step by step, through the process of creating a fully functioning CSS layout.</p>
<p class="image-20"><a href="http://www.subcide.com/tutorials/csslayout/index.aspx"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts9.gif" alt="css layouts" /></a></p>
<hr />9-<a href="http://www.alistapart.com/articles/multicolumnlayouts/" class="showcase">Multi-Column Layouts Climb Out of the Box</a>- Multiple columns, equal column heights, fixed or liquid center column, clean markup, and CSS.</p>
<p class="image-20"><a href="http://www.alistapart.com/articles/multicolumnlayouts/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts9.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>Live Example</strong> <a href="http://www.alistapart.com/d/multicolumnlayouts/3ColLiquid.html">View it Here</a></li>
</ul>
<hr />10-<a href="http://www.positioniseverything.net/articles/onetruelayout/" class="showcase"> In search of the One True Layout</a>- Total Layout Flexibility, Equal Height Columns, Vertical placement of elements across grids/columns. This article shows how to achieve each of these goals, and then how to combine them, creating what could be called the One True Layout</p>
<p class="image-20"><a href="http://www.positioniseverything.net/articles/onetruelayout/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts22.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>Live Example</strong> <a href="http://www.positioniseverything.net/articles/onetruelayout/examples">View it Here</a></li>
</ul>
<hr />11-<a href="http://nettuts.com/site-builds/from-psd-to-html-building-a-set-of-website-designs-step-by-step/" class="showcase">From PSD to HTML, Building a Set of Website Designs Step by Step</a>-The entire process of getting from Photoshop to completed HTML.</p>
<p class="image-20"><a href="http://nettuts.com/site-builds/from-psd-to-html-building-a-set-of-website-designs-step-by-step/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts34.jpg" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>Live Example</strong> <a href="http://nettuts.s3.amazonaws.com/017_Creatif/Site/index.html">View it Here</a> | <a href="http://nettuts.s3.amazonaws.com/017_Creatif/Site_Download.zip">Download files</a></li>
</ul>
<hr />12-<a href="http://tutorialblog.org/5-tips-for-coding-xhtmlcss-layouts/" class="showcase"> 5 Tips for coding xhtml/css layouts</a>- These are few tips that could help you out in the transition from table-based web design to standards compliant css based layouts.<br />
<hr />13-<a href="http://veerle.duoh.com/index.php/blog/comments/designing_a_css_based_template_part_i/" class="showcase">Designing a CSS based template</a>- This is the start of a step-by-step based tutorial about how to create a CSS based template page. This will be a tutorial consisting of several parts: part 1 covers the creation of the navigation buttons in Photoshop CS*, <a href="http://veerle.duoh.com/index.php/blog/comments/designing_a_css_based_template_part_ii/">the 2nd part</a> will be the creation of the background, next on the list is the header and layout of the page and the<a href="http://veerle.duoh.com/index.php/blog/comments/designing_a_css_based_template_part_iii/"> final part </a>will be the implementation in CSS and XHTML.</p>
<p class="image-20"><a href="http://veerle.duoh.com/index.php/blog/comments/designing_a_css_based_template_part_i/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts35.jpg" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>Download</strong> <a href="http://homepage.mac.com/vpieters/css_step2/step2_whooshes.mov.zip"> a QuickTime movie to see how this is done.</a></li>
</ul>
<hr />14-<a href="http://www.sitepoint.com/article/breaking-out-of-the-box" class="showcase">Breaking Out of the Box With CSS Layouts</a>- If you understand how the grid works, you can fracture or abstract that grid to make your layout more dynamic and interesting. In achieving this goal (while supporting flexibility and maintainability), CSS designs have so much more to offer than table-based layouts. Jina Bolton explains how to acheive this goal.</p>
<p class="image-20"><a href="http://www.sitepoint.com/article/breaking-out-of-the-box"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts36.gif" alt="css layouts" /></a></p>
<hr />15-<a href="http://www.webreference.com/authoring/style/sheets/layout/advanced/" class="showcase">Advanced CSS Layouts: Step by Step</a>- The ultimate goal of this tutorial is to create a CSS layout that exactly resembles the WebReference.com layout made with tables and also behaves well with small window sizes and large fonts.</p>
<p class="image-20"><a href="http://www.webreference.com/authoring/style/sheets/layout/advanced/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts29.gif" alt="css layouts" /></a></p>
<hr />16-<a href="http://snook.ca/archives/html_and_css/six_keys_to_understanding_css_layouts/" class="showcase">6 Keys to Understanding Modern CSS-based Layouts</a>-<br />
These are the six things that will help people understand CSS-based layouts: Box Model, Floated Columns, Sizing Using Ems, Image Replacement, Floated Navigation and Sprites.<br />
<hr />17-<a href="http://wisdump.com/design/are-you-making-these-common-blog-layout-mistakes/" class="showcase">Are you making these common blog layout mistakes?</a>-<br />
Discussing 4 mistakes in basic blog layout are all too common and all too easy to fix.<br />
<hr />18-<a href="http://www.htmldog.com/guides/cssadvanced/layout/" class="showcase">Page Layout</a>-<br />
A practical guide for positioing and floating elements in a CSS page layout.</p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can check these layouts: <a href="http://www.htmldog.com/examples/positioning4.html">Absolute Position within a relative box</a>, <a href="http://www.htmldog.com/examples/float2.html">two floated boxes</a> and <a href="http://www.htmldog.com/examples/pagelayout3.html">using a border to provide the background for a column</a>.</li>
</ul>
<hr />19-<a href="http://leftjustified.net/site-in-an-hour/" class="showcase">Site in an Hour</a>- Making Simple Work of Complex CSS Layouts</p>
<p class="image-20"><a href="http://leftjustified.net/site-in-an-hour/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts40.jpg" alt="css layouts" /></a></p>
<hr />
<h4 class="title">The best Layouts Resources</h4>
<p>Most of these demonstrations can be used without asking for permission. However, some will require email approval first. Just check each site for the copyright requirements before use.</p>
<p>20-<a href="http://www.maxdesign.com.au/presentation/page_layouts/" class="showcase">Sample CSS Page Layouts</a>- Here are a range of CSS page layouts, including 2 column and 3 column layouts.</p>
<p class="image-20"><a href="http://www.maxdesign.com.au/presentation/page_layouts/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts10.jpg" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can check these layouts: <a href="http://www.maxdesign.com.au/presentation/process/example23.htm">Liquid three column layout</a>, <a href="http://www.maxdesign.com.au/presentation/page_layouts/single04.htm">Left aligned, set width</a> and <a href="http://www.maxdesign.com.au/presentation/liquid/example13.htm">Liquid insanity</a>.</li>
</ul>
<hr />21-<a href="http://matthewjamestaylor.com/blog/perfect-3-column.htm" class="showcase">The Perfect 3 Column Liquid Layout (Percentage widths)</a>- No CSS hacks. SEO friendly. No Images. No JavaScript. Cross-browser &amp; iPhone compatible.</p>
<p class="image-20"><a href="http://matthewjamestaylor.com/blog/perfect-3-column.htm"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts11.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can check these layouts: <a href="http://www.maxdesign.com.au/presentation/process/example23.htm">Liquid three column layout</a>, <a href="http://www.maxdesign.com.au/presentation/page_layouts/single04.htm">Left aligned, set width</a> and <a href="http://www.maxdesign.com.au/presentation/liquid/example13.htm">Liquid insanity</a>.</li>
</ul>
<hr />22-<a href="http://www.intensivstation.ch/en/templates/" class="showcase">CSS TEMPLATES AND SAMPLES</a></p>
<p class="image-20"><a href="http://www.intensivstation.ch/en/templates/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts21.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can check these layouts: <a href="http://www.intensivstation.ch/files/en_templates/temp06.html">3 columns fixed<br />
centered</a>, <a href="http://www.intensivstation.ch/files/en_templates/temp11.html">fixed Box totally<br />
centered</a> and <a href="http://www.intensivstation.ch/files/en_templates/temp03.html">3 columns, all<br />
dynamic</a>.</li>
</ul>
<hr />23-<a href="http://layouts.ironmyers.com/" class="showcase">IM Layouts</a>- IM Layouts is a simple CSS layout system. IM Layouts offer full Grade-A browser support.</p>
<p class="image-20"><a href="http://layouts.ironmyers.com/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts24.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can also check these layouts: <a href="http://www.ironmyers.com/examples/three_column_layout.html">The Holy Grail 3 Column Layout</a>, <a href="http://www.ironmyers.com/examples/classic_blog.html">The Classic Blog Layout</a> and <a href="http://www.ironmyers.com/examples/multi_column.html">The Multi Column Layout</a>.</li>
</ul>
<hr />24-<a href="http://www.cssplay.co.uk/layouts/index.html" class="showcase">CSSplay </a>- CSS Layout Listing</p>
<p class="image-20"><a href="http://www.cssplay.co.uk/layouts/index.html"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts25.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can check these layouts: <a href="http://www.cssplay.co.uk/layouts/fixit.html">Cross browser FIXED</a>, <a href="http://www.cssplay.co.uk/layouts/threecol.html">Three columns</a> and <a href="http://www.cssplay.co.uk/layouts/frame.html">CSS Frame &#8211; The Holy Grill</a>.</li>
</ul>
<hr />25-<a href="http://blog.html.it/layoutgala/" class="showcase">Layoutgala </a>- Getting the maximum number of layouts based on the same markup, each with valid CSS and HTML, without hacks nor workaround and a good cross-browser compatibility. The result is a set of 40 layouts.</p>
<p class="image-20"><a href="http://blog.html.it/layoutgala/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts26.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can check these layouts: <a href="http://blog.html.it/layoutgala/LayoutGala07.html">Three fixed Columns</a>, <a href="http://blog.html.it/layoutgala/LayoutGala04.html">Three percentage columns</a> and <a href="http://blog.html.it/layoutgala/LayoutGala19.html">Liquid, three columns, hybrid widths </a>.</li>
</ul>
<hr />26-<a href="http://www.glish.com/css/" class="showcase">Glish</a>- Many useful cross-browser CSS layout techniques</p>
<p class="image-20"><a href="http://www.glish.com/css/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts27.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can check these layouts: <a href="http://www.glish.com/css/7.asp">3 columns, the holy grail</a>, <a href="http://www.glish.com/css/9.asp">2 columns, ALA style</a> and <a href="http://www.glish.com/css/2.asp">3 columns, all fluid </a>.</li>
</ul>
<hr />27-<a href="http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html" class="showcase">Thenoodleincident</a>- CSS Boxes going from a simple single box, through 3 columns with a full width top box, all with variations.</p>
<p class="image-20"><a href="http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts28.gif" alt="css layouts" /></a></p>
<hr />28-<a href="http://www.bluerobot.com/web/layouts/" class="showcase">The Layout Reservoir</a>- Many useful CSS layout techniques</p>
<p class="image-20"><a href="http://www.bluerobot.com/web/layouts/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts30.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can check these layouts: <a href="http://bluerobot.com/web/layouts/layout1.html">2 columns &#8211; left menu</a>, <a href="http://bluerobot.com/web/layouts/layout3.html">3 columns &#8211; flanking menus</a> and <a href="http://bluerobot.com/web/css/center1.html">Auto-width Margins </a>.</li>
</ul>
<hr />29-<a href="http://www.strictlycss.com/articles/article/40/the-only-css-layout-you-need" class="showcase">The only CSS layout you need</a>- In this article you are presented to ten different layouts with example pages, all based on the same HTML.</p>
<p class="image-20"><a href="http://www.strictlycss.com/articles/article/40/the-only-css-layout-you-need"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts32.gif" alt="css layouts" /></a></p>
<ul id="star">
<li><strong>For Live Examples</strong>, you can check these layouts: <a href="http://www.strictlycss.com/examples/three-column-layout-1.asp">Three column CSS layout &#8211; left and right menu</a>, <a href="http://www.strictlycss.com/examples/three-column-layout-2.asp">Two column CSS layout &#8211; top and left menu</a> and <a href="http://www.strictlycss.com/examples/three-column-layout-7.asp">Three column CSS fluid layout: 100% width</a>.</li>
</ul>
<hr />30-<a href="http://www.yaml.de/" class="showcase">Yet Another Multicolumn Layout</a>- is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is extremely versatile in its programming and absolutely accessible for end users.</p>
<ul id="star">
<li><strong>Download YAML</strong> <a href="http://www.yaml.de/fileadmin/download/release_306/yaml_306_080609.zip">here</a>.</li>
</ul>
<hr />31-<a href="http://www.cssliquid.com/" class="showcase">Liquid Designs</a>- Liquid Designs is a gallery of websites designed with liquid layouts using XHTML and CSS<br />
<hr />
<h4 class="title">Best Practices</h4>
<p>Also if you are looking for inspiration for CSS-based layout designs, you will find a nice collection of websites below. These sites show how css layouts can be applied on various type of sites. Check out how the layout can be divided into 2 columns, 3 columns, a mixture of narrow and wide columns.</p>
<p>32-<a href="http://helldesign.net/" class="showcase">Helldesign</a></p>
<p class="image-20"><a href="http://helldesign.net/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts5.jpg" alt="css layouts" /></a></p>
<hr />33-<a href="http://silverbackapp.com/" class="showcase">Silverbackapp</a></p>
<p class="image-20"><a href="http://silverbackapp.com/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts12.jpg" alt="css layouts" /></a></p>
<hr />34-<a href="http://www.os.ca/accueil.php" class="showcase">OS communications informatiques</a></p>
<p class="image-20"><a href="http://www.os.ca/accueil.php"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts13.jpg" alt="css layouts" /></a></p>
<hr />35-<a href="http://rockatee.com/" class="showcase">Rockatee</a></p>
<p class="image-20"><a href="http://rockatee.com/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts14.jpg" alt="css layouts" /></a></p>
<hr />136-<a href="http://www.darrenhoyt.com/" class="showcase">Darrenhoyt</a></p>
<p class="image-20"><a href="http://www.darrenhoyt.com/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts15.jpg" alt="css layouts" /></a></p>
<hr />37-<a href="http://www.makebetterwebsites.com/" class="showcase">Makebetterwebsites</a></p>
<p class="image-20"><a href="http://www.makebetterwebsites.com/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts16.jpg" alt="css layouts" /></a></p>
<hr />38-<a href="http://elitetheme.com/" class="showcase">Elitetheme</a></p>
<p class="image-20"><a href="http://elitetheme.com/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts17.jpg" alt="css layouts" /></a></p>
<hr />39-<a href="http://www.studio7designs.com/" class="showcase">Studio7designs</a></p>
<p class="image-20"><a href="http://www.studio7designs.com/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts18.jpg" alt="css layouts" /></a></p>
<hr />40-<a href="http://brightcreative.com/" class="showcase">Brightcreative</a></p>
<p class="image-20"><a href="http://brightcreative.com/"><img src="http://www.iyiz.com/css-layouts-post-imgs/css-layouts19.jpg" alt="css layouts" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iyiz.com/40-advanced-css-layout-tutorials/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Top Free Web Template Sites</title>
		<link>http://www.iyiz.com/top-free-web-template-sites/</link>
		<comments>http://www.iyiz.com/top-free-web-template-sites/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 10:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Templates]]></category>
		<category><![CDATA[free css templates]]></category>
		<category><![CDATA[free templates]]></category>
		<category><![CDATA[free web layouts]]></category>
		<category><![CDATA[one page templates]]></category>
		<category><![CDATA[proxy templates]]></category>
		<category><![CDATA[web 2.0 templates]]></category>

		<guid isPermaLink="false">http://www.iyiz.com/top-free-web-template-sites/</guid>
		<description><![CDATA[4Layouts Effex-Media Template Workz Templates Box Fresh Templates Open Source Web Design Simply-Graphics Zero Dollar Templates StyleShout FreeWebsiteTemplates WebTemplates.la Web Designer Helper Template Perfection Steves Templates Snakeye Webtemplates Rickys Webtemplates Painted Pixels Open Web Design Master Templates Layouts 4 Free Joyful Heart Design Groovy Lizard FreeWebtemplates.de Free Web Templates Free Templates Online Free Layouts Free [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><font color="#3366ff"><a href="http://www.4layouts.com/">4Layouts</a></font></li>
<li><font color="#3366ff"><a href="http://www.effex-media.com/">Effex-Media</a></font></li>
<li><font color="#3366ff"><a href="http://www.templateworkz.com/">Template Workz</a></font></li>
<li><font color="#3366ff"><a href="http://www.templatesbox.com/">Templates Box</a></font></li>
<li><font color="#3366ff"><a href="http://www.freshtemplates.com/">Fresh Templates</a></font></li>
<li><font color="#3366ff"><a href="http://www.oswd.org/">Open Source Web Design</a></font></li>
<li><font color="#3366ff"><a href="http://www.simply-graphics.com/">Simply-Graphics</a></font></li>
<li><font color="#3366ff"><a href="http://www.zerodollartemplates.com/">Zero Dollar Templates</a></font></li>
<li><font color="#3366ff"><a href="http://www.styleshout.com/">StyleShout</a></font></li>
<li><font color="#3366ff"><a href="http://www.freewebsitetemplates.com/">FreeWebsiteTemplates</a></font></li>
<li><font color="#3366ff"><a href="http://www.webtemplates.la/">WebTemplates.la</a></font></li>
<li><font color="#3366ff"><a href="http://www.webdesignhelper.co.uk/page_templates/page_templates/page_template_homepage/page_template_homepage.shtml">Web Designer Helper</a></font></li>
<li><font color="#3366ff"><a href="http://www.templateperfection.com/?parent=1&amp;sm=1">Template Perfection</a></font></li>
<li><font color="#3366ff"><a href="http://www.steves-templates.com/templates.html">Steves Templates</a></font></li>
<li><font color="#3366ff"><a href="http://www.snakeyewebtemplates.com/free_dreamweaver_web_site_templates.asp">Snakeye Webtemplates</a></font></li>
<li><font color="#3366ff"><a href="http://www.rickyswebtemplates.com/">Rickys Webtemplates</a></font></li>
<li><font color="#3366ff"><a href="http://www.paintedpixels.com/graphics/index.php">Painted Pixels</a></font></li>
<li><font color="#3366ff"><a href="http://www.openwebdesign.org/browse.php">Open Web Design</a></font></li>
<li><font color="#3366ff"><a href="http://www.mastertemplates.com/free-templates.htm">Master Templates</a></font></li>
<li><font color="#3366ff"><a href="http://layouts4free.com/">Layouts 4 Free</a></font></li>
<li><font color="#3366ff"><a href="http://www.ajoyfulheart.com/floral_linkware_sets.htm">Joyful Heart Design</a></font></li>
<li><font color="#3366ff"><a href="http://www.groovylizard.com/site/linkware.htm">Groovy Lizard</a></font></li>
<li><font color="#3366ff"><a href="http://www.freewebtemplates.de/">FreeWebtemplates.de</a></font></li>
<li><font color="#3366ff"><a href="http://www.freewebtemplates.com/template.php">Free Web Templates</a></font></li>
<li><font color="#3366ff"><a href="http://www.freetemplatesonline.com/">Free Templates Online</a></font></li>
<li><font color="#3366ff"><a href="http://www.freelayouts.com/websites">Free Layouts</a></font></li>
<li><font color="#3366ff"><a href="http://www.free-flash-template.com/">Free Flash Templates</a></font></li>
<li><font color="#3366ff"><a href="http://www.dezinehub.com/">Dezine Hub</a></font></li>
<li><font color="#3366ff"><a href="http://www.entheosweb.com/website_templates/free-dreamweaver-templates.asp">Entheos Web</a></font></li>
<li><font color="#3366ff"><a href="http://www.dotcomwebdesign.com/?Free-Website-Templates-Section-1">Dot Com Web Design</a></font></li>
<li><font color="#3366ff"><a href="http://templatenavigator.com/">Template Navigator</a></font></li>
<li><font color="#3366ff"><a href="http://www.templatemonster.com/free-templates.php">Template Monster</a></font></li>
<li><font color="#3366ff"><a href="http://www.webpagedesign.com.au/Free_Templates/">Webpage Design</a></font></li>
<li><font color="#3366ff"><a href="http://www.freecsstemplates.org/">Free CSS Templates</a></font></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.iyiz.com/top-free-web-template-sites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

