<?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"
	>

<channel>
	<title>KnowTeBook - Webworkers Daily Milk &#187; css</title>
	<atom:link href="http://www.knowtebook.com/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.knowtebook.com</link>
	<description>A community blog about design, ideas, trends, wordpress &#38; more.</description>
	<pubDate>Sat, 06 Mar 2010 19:01:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=9</generator>
	<language>en</language>
			<item>
		<title>Styling Website Comments: Correct Markup and Free Examples</title>
		<link>http://www.knowtebook.com/styling-website-comments-correct-markup-and-free-examples-1693.htm</link>
		<comments>http://www.knowtebook.com/styling-website-comments-correct-markup-and-free-examples-1693.htm#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:14:14 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[graphics]]></category>

		<category><![CDATA[inspiration]]></category>

		<category><![CDATA[webdesign]]></category>

		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1693</guid>
		<description><![CDATA[One of the important and unavoidable features on every website are guest comments. You want your readers to get involved and post comments, it tells you how much they&#8217;re interested in the topic and are willing to have their say. (...)]]></description>
			<content:encoded><![CDATA[<p>One of the important and unavoidable features on every website are <strong>guest comments</strong>. You want your readers to get involved and post comments, it tells you how much they&#8217;re interested in the topic and are willing to have their say. The thing that will invite users to read and post comments on your website is taking the extra effort in styling comments properly and make them <strong>more readable</strong>.</p>
<p><a href="http://www.knowtebook.com/styling-website-comments-correct-markup-and-free-examples-1693.htm"><img src="http://templatica.com/articles/comments/03.gif" alt="comments examples" width="510" height="132" title="03 Styling Website Comments: Correct Markup and Free Examples   css" /></a></p>
<p><span id="more-1693"></span></p>
<p>Hop over to <a target="_blank" href="http://templatica.com/post/25/styling-blog-comments-correct-markup-and-free-examples" target="_blank">Alen&#8217;s post to read</a> on</p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/styling-website-comments-correct-markup-and-free-examples-1693.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS Less: Extend CSS By Adding Variables, Mixins, Operations and Nested Rules</title>
		<link>http://www.knowtebook.com/css-less-extend-css-by-adding-variables-mixins-operations-and-nested-rules-1670.htm</link>
		<comments>http://www.knowtebook.com/css-less-extend-css-by-adding-variables-mixins-operations-and-nested-rules-1670.htm#comments</comments>
		<pubDate>Mon, 22 Jun 2009 18:33:31 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1670</guid>
		<description><![CDATA[LESS is an extension to CSS. Less uses existing css syntax. This means you can migrate your current .css files to .less in seconds and there is virtually no learning curve.
The best way to explain Less is to show you (...)]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://lesscss.org/index.html" target="_blank">LESS</a> is an extension to CSS. Less uses existing css syntax. This means you can migrate your current .css files to .less in seconds and there is virtually no learning curve.</p>
<p>The best way to explain Less is to show you some code, so please go ahead and check out the examples below.</p>
<p><span id="more-1670"></span></p>
<h2>Variables</h2>
<p>Variables allow you to specify widely used values in a single place, and then re-use them throughout the style sheet, making global changes as easy as changing one line of code.</p>
<h3>Regular CSS</h3>
<pre>#header {

color: #4D926F;

}

h2 {

color: #4D926F;

}</pre>
<h3>LESS CSS</h3>
<pre>@brand_color: #4D926F;
#header {

color: @brand_color;

}
h2 {

color: @brand_color;

}</pre>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/css-less-extend-css-by-adding-variables-mixins-operations-and-nested-rules-1670.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To Build a Clean Modern Website Design From Scratch</title>
		<link>http://www.knowtebook.com/how-to-build-a-clean-modern-website-design-from-scratch-1659.htm</link>
		<comments>http://www.knowtebook.com/how-to-build-a-clean-modern-website-design-from-scratch-1659.htm#comments</comments>
		<pubDate>Thu, 14 May 2009 09:58:45 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[how-to]]></category>

		<category><![CDATA[photoshop]]></category>

		<category><![CDATA[webdesign]]></category>

		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1659</guid>
		<description><![CDATA[Build a complete website design mockup in part 1 of this walkthrough for a fictional design studio, starting with the creation of the initial layout then moving on to designing the individual page elements. The result is a modern, crisp (...)]]></description>
			<content:encoded><![CDATA[<p>Build a complete <a target="_blank" href="http://line25.com/tutorials/create-a-clean-modern-website-design-in-photoshop" target="_blank">website design mockup in part 1 of this walkthrough</a> for a fictional design studio, starting with the creation of the initial layout then moving on to designing the individual page elements. The result is a modern, crisp and clean webpage layout ready for coding.</p>
<p><a href="http://www.knowtebook.com/how-to-build-a-clean-modern-website-design-from-scratch-1659.htm"><img class="alignnone size-full wp-image-1660" title="pixeljuice" src="http://www.knowtebook.com/uploaded/2009/05/pixeljuice.jpg" alt="pixeljuice How To Build a Clean Modern Website Design From Scratch" width="500" height="376" /></a></p>
<p>After creating the design <a target="_blank" href="http://line25.com/tutorials/how-to-convert-a-photoshop-mockup-to-xhtml-css" target="_blank">follow part 2 of this walkthrough</a> of coding up a graphical website layout into valid, standards compliant XHTML and CSS. Starting with the initial process of exporting the individual images from the Photoshop document through to building the complete page.</p>
<p><a href="http://www.knowtebook.com/uploaded/2009/05/pixeljuice2web.jpg"><img class="alignnone size-full wp-image-1661" title="pixeljuice2web" src="http://www.knowtebook.com/uploaded/2009/05/pixeljuice2web.jpg" alt="pixeljuice2web How To Build a Clean Modern Website Design From Scratch" width="500" height="394" /></a></p>
<p><span id="more-1659"></span></p>
<p><img class="alignnone size-full wp-image-1662" title="pixeljuice-code" src="http://www.knowtebook.com/uploaded/2009/05/pixeljuice-code.png" alt="pixeljuice-code How To Build a Clean Modern Website Design From Scratch" width="500" height="245" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/how-to-build-a-clean-modern-website-design-from-scratch-1659.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2009/05/pixeljuice-150x150.jpg' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>Use A Body ID To Style Your Website In CSS</title>
		<link>http://www.knowtebook.com/use-a-body-id-to-style-your-website-in-css-2-1337.htm</link>
		<comments>http://www.knowtebook.com/use-a-body-id-to-style-your-website-in-css-2-1337.htm#comments</comments>
		<pubDate>Thu, 28 Aug 2008 12:16:50 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[tutorials]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1337</guid>
		<description><![CDATA[Trevor Davis wrote a convincing article why using ID&#8217;s in the body tag makes sense. I often use it to keep different page layouts sorted and inserted an id manually. Now he shows an interesting way using PHP and/or Wordpress. (...)]]></description>
			<content:encoded><![CDATA[<p>Trevor Davis wrote a convincing article why using ID&#8217;s in the body tag makes sense. I often use it to keep different page layouts sorted and inserted an id manually. Now he shows an interesting way using PHP and/or Wordpress. Check out the <a target="_blank" href="http://trevordavis.net/play/set-a-body-id/about/" target="_blank">demo</a>.</p>
<p><a target="_blank" title="css" href="http://trevordavis.net/blog/tutorial/set-a-body-id/" target="_blank"><img src="http://farm1.static.flickr.com/51/144060002_515cc375d7.jpg" border="0" alt="css" title="144060002 515cc375d7 Use A Body ID To Style Your Website In CSS   css" /></a><br />
<small><a target="_blank" title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://www.knowtebook.com/wp-content/plugins/photo_dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" title="cc Use A Body ID To Style Your Website In CSS   css" /></a> <a target="_blank" href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a target="_blank" title="Raphael Goetter" href="http://www.flickr.com/photos/29174632@N00/144060002/" target="_blank">Raphael Goetter</a></small></p>
<p><span id="more-1337"></span></p>
<h2>Reasons to use id&#8217;s in Body</h2>
<ul>
<li>Maybe your design has different colors depending upon which section you are in. Instead of having to touch the markup, you can just modify the CSS depending upon the id on the <code>body</code>.</li>
<li>You can control the current states for your navigation.</li>
<li>Maybe the markup on your homepage is a little different than subpages, so instead of creating a different template, just stick in an if statement.</li>
</ul>
<h2>Example</h2>
<h3>Body</h3>
<pre name="code" class="php">

&lt;body id=&quot;&lt;?=$bodyId; ?&gt;&quot;&gt;
</pre>
<h3>Function</h3>
<pre name="code" class="php">

&lt;?php

function exampleSetBodyId() {

$path = $_SERVER[&#039;REQUEST_URI&#039;];
if(!isset($bodyId)) {

if(eregi(&#039;^/play/set-a-body-id/about/&#039;,$path) == 1) {

$bodyId = &#039;about&#039;;

} else if(eregi(&#039;^/play/set-a-body-id/blog/&#039;,$path) == 1) {

$bodyId = &#039;blog&#039;;

} else if(eregi(&#039;^/play/set-a-body-id/contact/&#039;,$path) == 1) {

$bodyId = &#039;contact&#039;;

} else if(eregi(&#039;^/play/set-a-body-id/work/&#039;,$path) == 1) {

$bodyId = &#039;work&#039;;

} else if(eregi(&#039;^/play/set-a-body-id/play/&#039;,$path) == 1) {

$bodyId = &#039;play&#039;;

} else if ($path == &#039;/play/set-a-body-id/&#039;) {

$bodyId = &#039;home&#039;;

} else {

$bodyId = &#039;general&#039;;

}

}
return $bodyId;

}

$bodyId = exampleSetBodyId();

?&gt;
</pre>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/use-a-body-id-to-style-your-website-in-css-2-1337.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS Revolution - Use Condition Rules WITHIN Styles</title>
		<link>http://www.knowtebook.com/css-revolution-use-condition-rules-within-styles-1260.htm</link>
		<comments>http://www.knowtebook.com/css-revolution-use-condition-rules-within-styles-1260.htm#comments</comments>
		<pubDate>Wed, 13 Aug 2008 07:28:12 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1260</guid>
		<description><![CDATA[Undoubtedly you will have found many a situation where different web-browsers require different style statements. Conditional-CSS addresses this by letting you add Internet Explorer style conditions inline with your CSS statements.
Condition example

Why using it?
Conditional-CSS allows you to write maintainable CSS (...)]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.conditional-css.com/" target="_blank"><img class="alignleft alignnone size-full wp-image-1262" style="float: left;" title="conditional-css" src="http://www.knowtebook.com/uploaded/2008/08/conditional-css.jpg" alt="CSS Revolution - Use Condition Rules WITHIN Styles" width="77" height="76" /></a>Undoubtedly you will have found many a situation where different web-browsers require different style statements. Conditional-CSS addresses this by letting you add Internet Explorer style conditions inline with your CSS statements.</p>
<h2>Condition example</h2>
<p><a target="_blank" href="http://www.conditional-css.com/" target="_blank"><img class="alignnone size-full wp-image-1261" title="conditional-css" src="http://www.knowtebook.com/uploaded/2008/08/conditional-css.gif" alt="CSS Revolution - Use Condition Rules WITHIN Styles" width="464" height="169" /></a></p>
<h2>Why using it?</h2>
<p>Conditional-CSS allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups of browsers.</p>
<ul>
<li>Target CSS to any web-browser</li>
<li>Streamline maintenance of your CSS files</li>
<li>Optimise your CSS</li>
<li>Work around those annoying little CSS bugs</li>
<li>Automatic expansion and inclusion of @import statements</li>
<li>It&#8217;s free and open source!</li>
</ul>
<p><span id="more-1260"></span></p>
<h2>Basic usage</h2>
<p>The main use of <em>Conditional-CSS</em> is to be able to indicate if a particular CSS statement should be sent to a particular browser or not. Of course you won&#8217;t wish to do this often, but it is exceptionally useful when you do need to target a browser.</p>
<p>Any CSS statement or block can be prefixed by a conditional statement, of which there are three basic types:</p>
<ul>
<li>[if {!} browser]</li>
<li>[if {!} browser version]</li>
<li>[if {!} condition browser version]</li>
</ul>
<p>To get started with Conditional-CSS use the compiler to download a version suitable for your server platform, and read the <a target="_blank" href="http://www.conditional-css.com/usage">usage guide</a>, or see <a target="_blank" href="http://www.conditional-css.com/demo/">a demo</a> in your own browser (<a target="_blank" href="http://www.conditional-css.com/demo/demo.css">original CSS</a>).</p>
<p><textarea class="CSS" style="display: none;" cols="60" rows="1" name="code">  a.button_active, a.button_unactive { display: inline-block; [if lte Gecko 1.8] display: -moz-inline-stack; [if lte Konq 3.1] float: left; height: 30px; [if IE 5.0] margin-top: -1px; text-decoration: none; outline: none; [if IE] text-decoration: expression(hideFocus=&#8217;true&#8217;); }</textarea></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/css-revolution-use-condition-rules-within-styles-1260.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2008/08/conditional-css-150x150.gif' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>Brilliant Ways to Style Blockquotes</title>
		<link>http://www.knowtebook.com/brilliant-ways-to-style-blockquotes-1128.htm</link>
		<comments>http://www.knowtebook.com/brilliant-ways-to-style-blockquotes-1128.htm#comments</comments>
		<pubDate>Mon, 21 Jul 2008 17:42:17 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[inspiration]]></category>

		<category><![CDATA[ideas]]></category>

		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1128</guid>
		<description><![CDATA[The blockquote XHTML tag is a fairly useful (if somewhat underused) element. Semantically speaking, a blockquote should be used any time you’re quoting a longer piece of text from another source – another speaker, another website, whatever. It’s a way (...)]]></description>
			<content:encoded><![CDATA[<p>The <strong>blockquote XHTML tag</strong> is a fairly useful (if somewhat underused) element. Semantically speaking, a blockquote should be used any time you’re quoting a longer piece of text from another source – another speaker, another website, whatever. It’s a way of setting the text apart, and showing that it came from some other source. Stylistically, you could accomplish all this with a special class on your paragraph tags… but that wouldn’t be as semantically useful, now, would it?</p>
<p><a target="_blank" href="http://www.smileycat.com/design_elements/blog_comments/index.php?page=1" target="_blank"><img class="alignnone size-full wp-image-1130" title="diablo3" src="http://www.knowtebook.com/uploaded/2008/07/diablo3.gif" alt="diablo3 Brilliant Ways to Style Blockquotes" width="349" height="231" /></a></p>
<p><span id="more-1128"></span></p>
<p>Blockquotes do have some styling by default. Most browsers will indent the text in a blockquote tag, which helps the user recognize that the text is different somehow. But who’s to say that we need to stop there? Here are <a target="_blank" href="http://www.cssnewbie.com/six-ways-style-blockquotes/" target="_blank">six different ways you could style your blockquotes using CSS</a>.</p>
<p>Stay updated and <a href="http://www.knowtebook.com/subscribe">subscribe to Knowtebook</a>!</p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/brilliant-ways-to-style-blockquotes-1128.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2008/07/diablo3-150x150.gif' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>CSS Freedom - Redesign HTML Form Elements As You Like</title>
		<link>http://www.knowtebook.com/css-freedom-redesign-html-form-elements-as-you-like-1076.htm</link>
		<comments>http://www.knowtebook.com/css-freedom-redesign-html-form-elements-as-you-like-1076.htm#comments</comments>
		<pubDate>Sat, 28 Jun 2008 13:20:52 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[forms]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1076</guid>
		<description><![CDATA[Ryan Fait presents a method to customize the booring html form elements with css and a little javascript to that you have always dreamed of. It will allow you to use custom images for checkboxes, radio buttons and select lists.

The (...)]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/" target="_blank">Ryan Fait</a> presents a method to customize the booring html form elements with css and a little javascript to that you have always dreamed of. It will allow you to <strong>use custom images</strong> for <strong>checkboxes</strong>, <strong>radio buttons</strong> and <strong>select lists</strong>.</p>
<p><a target="_blank" href="http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/" target="_blank"><img class="alignnone size-full wp-image-1077" title="custom-form-elements" src="http://www.knowtebook.com/uploaded/2008/06/custom-form-elements.gif" alt="custom-form-elements CSS Freedom - Redesign HTML Form Elements As You Like" width="500" height="255" /></a><span id="more-1076"></span></p>
<p>The unobtrusive script gracefully degrades, so if JavaScript is disabled, normal form input objects appear instead of your customized elements. This works flawlessly in Firefox, Safari, Internet Explorer 7, Opera and others. In Internet Explorer, the select lists are unstyled, but the checkboxes and radio buttons still look and function beautifully. Check out the <a target="_blank" href="http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/example/" target="_blank">demo</a>.</p>
<p>The technology is pretty similar to that was used on our <a target="_blank" href="http://www.mediaplana.com/angebot/" target="_blank">mediaplana contact</a> site called <a target="_blank" href="http://www.badboy.ro/articles/2007-01-30/niceforms/" target="_blank">niceforms</a> (<a target="_blank" href="http://www.badboy.ro/assets/articles/niceforms1.0/niceforms.html" target="_blank">demo here</a>) by badboy. An example is shown below.<br />
<a target="_blank" href="http://www.mediaplana.com/angebot/" target="_blank"><img class="alignnone size-full wp-image-1078" title="custom-form-elements-mediaplana" src="http://www.knowtebook.com/uploaded/2008/06/custom-form-elements-mediaplana.gif" alt="custom-form-elements-mediaplana CSS Freedom - Redesign HTML Form Elements As You Like" width="500" height="473" /></a></p>
<p>If you have a good example for awesome looking forms, please let us know and post it as a comment.</p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/css-freedom-redesign-html-form-elements-as-you-like-1076.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2008/06/custom-form-elements-150x150.gif' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>CSS: 7 Free Perfect Multi-column Liquid Layouts</title>
		<link>http://www.knowtebook.com/css-7-free-perfect-multi-column-liquid-layouts-1074.htm</link>
		<comments>http://www.knowtebook.com/css-7-free-perfect-multi-column-liquid-layouts-1074.htm#comments</comments>
		<pubDate>Thu, 26 Jun 2008 13:51:07 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1074</guid>
		<description><![CDATA[This series of website layouts use percentage widths and relative positioning, and they work with all the common web browsers including Safari on the iPhone and iPod touch. They&#8217;re also &#8217;stackable&#8217; so you can use multiple column types on the (...)]]></description>
			<content:encoded><![CDATA[<p>This series of website layouts use percentage widths and relative positioning, and they work with all the common web browsers including Safari on the <strong>iPhone and iPod</strong> touch. They&#8217;re also &#8217;stackable&#8217; so you can use multiple column types on the one page. This makes the number of possible layouts endless! Follow the links below for the demos and more detailed info:</p>
<h2>The main features</h2>
<ul>
<li><strong>No CSS hacks</strong></li>
<li><strong>iPhone &amp; iPod Touch compatible</strong></li>
<li><strong>SEO friendly</strong></li>
<li><strong>Full length column background colours</strong></li>
<li><strong>No Images</strong></li>
<li><strong>No JavaScript</strong></li>
<li><strong>Resizable text compatible</strong></li>
<li><strong>Stackable columns</strong></li>
<li><strong>FREE for anyone to use</strong></li>
</ul>
<h2>Examples</h2>
<p><a target="_blank" href="http://matthewjamestaylor.com/blog/perfect-multi-column-liquid-layouts" target="_blank"><img src="http://matthewjamestaylor.com/blog/perfect-stacked-columns.gif" alt="perfect-stacked-columns CSS: 7 Free Perfect Multi-column Liquid Layouts" width="100" height="100" title="perfect stacked columns CSS: 7 Free Perfect Multi column Liquid Layouts   css" /> <img src="http://matthewjamestaylor.com/blog/perfect-blog-style.gif" alt="perfect-blog-style CSS: 7 Free Perfect Multi-column Liquid Layouts" width="100" height="100" title="perfect blog style CSS: 7 Free Perfect Multi column Liquid Layouts   css" /> <img src="http://matthewjamestaylor.com/blog/perfect-double-page.gif" alt="perfect-double-page CSS: 7 Free Perfect Multi-column Liquid Layouts" width="100" height="100" title="perfect double page CSS: 7 Free Perfect Multi column Liquid Layouts   css" /></a></p>
<p><span id="more-1074"></span></p>
<p>There are also other interesting solutions like the german <a target="_blank" href="http://www.intensivstation.ch/en/templates/" target="_blank">intensivstation </a>provide. It includes a box modell which is horizontally and vertically centered for example.</p>
<p><img src="http://www.intensivstation.ch/files/images/layout/layout_11.gif" alt="layout_11 CSS: 7 Free Perfect Multi-column Liquid Layouts" width="106" height="68" title="layout 11 CSS: 7 Free Perfect Multi column Liquid Layouts   css" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/css-7-free-perfect-multi-column-liquid-layouts-1074.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS Support in Email Clients For Newsletters and More</title>
		<link>http://www.knowtebook.com/css-support-in-email-clients-for-newsletters-and-more-1051.htm</link>
		<comments>http://www.knowtebook.com/css-support-in-email-clients-for-newsletters-and-more-1051.htm#comments</comments>
		<pubDate>Sat, 14 Jun 2008 17:00:03 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[newsletter]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1051</guid>
		<description><![CDATA[Designing an HTML email that renders consistently across the major email clients can be very time consuming. Support for even simple CSS varies considerably between clients, and even different versions of the same client.

CampaignMonitor has put together this CSS support (...)]]></description>
			<content:encoded><![CDATA[<p>Designing an HTML email that renders consistently across the major email clients can be very time consuming. Support for even simple CSS varies considerably between clients, and even different versions of the same client.</p>
<p><a href="http://www.knowtebook.com/uploaded/2008/06/css-email.png"><img class="alignnone size-full wp-image-1050" title="css-email" src="http://www.knowtebook.com/uploaded/2008/06/css-email.png" alt="css-email CSS Support in Email Clients For Newsletters and More" width="480" height="257" /></a></p>
<p>CampaignMonitor has put together this CSS support in email clients guide to save you the time and trouble of figuring it out for yourself. With 21 different sets of results, all the major email systems are covered, both desktop applications and webmail.</p>
<p>There is also a good article at sitepoint about <a target="_blank" href="http://www.sitepoint.com/article/code-html-email-newsletters" target="_blank">how to code html email newsletters.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/css-support-in-email-clients-for-newsletters-and-more-1051.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Inspiration: 8 Fonts you probably don’t use in css, but should</title>
		<link>http://www.knowtebook.com/inspiration-8-fonts-you-probably-dont-use-in-css-but-should-970.htm</link>
		<comments>http://www.knowtebook.com/inspiration-8-fonts-you-probably-dont-use-in-css-but-should-970.htm#comments</comments>
		<pubDate>Sat, 10 May 2008 09:20:25 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[inspiration]]></category>

		<category><![CDATA[fonts]]></category>

		<category><![CDATA[ideas]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=970</guid>
		<description><![CDATA[CSS has brought us many capabilities in terms of typography and the web, but we always seem to be limited to the same 4-5 typefaces over and over again. There is an inherant problem, if the font you specify isn’t (...)]]></description>
			<content:encoded><![CDATA[<p>CSS has brought us many capabilities in terms of typography and the web, but we always seem to be limited to the same 4-5 typefaces over and over again. There is an inherant problem, if the font you specify isn’t on the viewers computer it won’t render in that font. So as designers and developers we end up selecting the ones that we can safely assume is available on most computers today. So most pages use Arial, Helvetica, or Georgia as their typefaces… and the world of the web remains slightly more bland.</p>
<p><a href="http://www.knowtebook.com/uploaded/2008/05/8-different-fonts.gif"><img class="alignnone size-full wp-image-971" title="8-different-fonts" src="http://www.knowtebook.com/uploaded/2008/05/8-different-fonts.gif" alt="8-different-fonts Inspiration: 8 Fonts you probably don’t use in css, but should" width="434" height="139" /></a></p>
<p><span id="more-970"></span></p>
<p>But there are quite a few high quality typefaces that are available on most new computer systems and you can always fall back on the common ones. Of course there are options like creating images, dynamic headlines, and siFR… but all of these techniques increase load time and development time. There are plenty of good reasons to be strategic in the font choices rather than using additional technology. I am shocked at how rarely I see anyone taking advantage of these type options, so here is a quick and dirty list of fonts you should and could use in your desgns and stylesheets.</p>
<p>There also is a good guide to <a target="_blank" href="http://www.apaddedcell.com/web-fonts" target="_blank">Pre-Installed Fonts in Linux, Mac, and Windows</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/inspiration-8-fonts-you-probably-dont-use-in-css-but-should-970.htm/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
