<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: css code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Wed, 20 Aug 2008 16:12:10 GMT</pubDate>
    <description>DZone Snippets: css code</description>
    <item>
      <title>Giving form labels a width</title>
      <link>http://snippets.dzone.com/posts/show/5422</link>
      <description>For some reason this has always bugged me in the past. When using a label they don't comply with width unless accompanied by a float. I've used em to define the width so that is conforms with browser text settings. Dead simple&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;label {&lt;br /&gt;	margin-right:10px;&lt;br /&gt;	width:10em;&lt;br /&gt;	float:left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 22 Apr 2008 10:52:08 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5422</guid>
      <author>Booma (Alan Coleman)</author>
    </item>
    <item>
      <title>CSS include</title>
      <link>http://snippets.dzone.com/posts/show/4595</link>
      <description>Import the contents of an existing CSS file into your current CSS&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;@import "general.css";&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 01 Oct 2007 07:36:59 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4595</guid>
      <author>Booma (Alan Coleman)</author>
    </item>
  </channel>
</rss>
