<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 18:47:09 +0000</lastBuildDate>
    <item>
      <title>(CSS) How to size text using ems - CSS - zensir</title>
      <link>https://snipplr.com/view/1496/how-to-size-text-using-ems--css</link>
      <description>&lt;p&gt;BODY {font-size:62.5%}&#13;
This takes 16px down to 10px (16 x 0.625 = 10), which apart from being less huge is a nice round number. From now on itâ€™s easy to think in pixels but still set sizes in terms of ems: 1em is 10px, 0.8em is 8px, 1.6em is 16px, etc. If you are laying out your document using CSS (which you are, right?) then you have probably used a few divs to group together elements. Apply text-size to these divs and your job is almost done. Consider a two column layout with header and footer:&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 03:04:35 UTC</pubDate>
      <guid>https://snipplr.com/view/1496/how-to-size-text-using-ems--css</guid>
    </item>
    <item>
      <title>(CSS) Background images for bullets list - zensir</title>
      <link>https://snipplr.com/view/962/background-images-for-bullets-list</link>
      <description>&lt;p&gt;To move the content away from the background image apply "padding-left" to the "LI" element. In this case "0.6em" has been used. As with vertical alignment, list padding will be determined by the size of your image.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Aug 2006 04:59:27 UTC</pubDate>
      <guid>https://snipplr.com/view/962/background-images-for-bullets-list</guid>
    </item>
    <item>
      <title>(JavaScript) Resize a Popup to Fit an Image's Size - zensir</title>
      <link>https://snipplr.com/view/961/resize-a-popup-to-fit-an-images-size</link>
      <description>&lt;p&gt;Resize a Popup to Fit an Image's Size&#13;
By Peter Todorov&#13;
February 10th 2003&#13;
Reader Rating: 9.1&#13;
&#13;
If you're a Webmaster who has to deal with image galleries, then make a note of this clever script. It gives you a solution to a very common problem -- how to resize a popup window to fit the image sizes displayed in it. The script works in NS 4/5/6/7 and IE 4/5/6.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Aug 2006 04:53:46 UTC</pubDate>
      <guid>https://snipplr.com/view/961/resize-a-popup-to-fit-an-images-size</guid>
    </item>
    <item>
      <title>(JavaScript) Setting target=â€œ_blankâ€ to external links and standards - zensir</title>
      <link>https://snipplr.com/view/918/setting-targetblank-to-external-links-and-standards</link>
      <description>&lt;p&gt;If you want your pages to be valid XHTML-Strict, but you also wish to open external links in new window, the following snippet is doing just thatâ€”sets attribute target=â€œ_blankâ€ to all external links in a document to keep your code valid XHTML-Strict.  Youâ€™ll just have to change variable yourURL. Donâ€™t enter http://www. part of your domain, otherwise something like http://sample.com/ will be treated like any other external link.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Aug 2006 14:09:18 UTC</pubDate>
      <guid>https://snipplr.com/view/918/setting-targetblank-to-external-links-and-standards</guid>
    </item>
    <item>
      <title>(CSS) Table with style, CSS - zensir</title>
      <link>https://snipplr.com/view/834/table-with-style-css</link>
      <description>&lt;p&gt;Table with style as in;&#13;
http://24ways.org/examples/tables-with-style/table_columns.html&lt;/p&gt;</description>
      <pubDate>Wed, 16 Aug 2006 14:52:13 UTC</pubDate>
      <guid>https://snipplr.com/view/834/table-with-style-css</guid>
    </item>
    <item>
      <title>(HTML) image html code - zensir</title>
      <link>https://snipplr.com/view/823/image-html-code</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 15 Aug 2006 18:58:29 UTC</pubDate>
      <guid>https://snipplr.com/view/823/image-html-code</guid>
    </item>
    <item>
      <title>(HTML) html link new window - zensir</title>
      <link>https://snipplr.com/view/822/html-link-new-window</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 15 Aug 2006 18:56:13 UTC</pubDate>
      <guid>https://snipplr.com/view/822/html-link-new-window</guid>
    </item>
    <item>
      <title>(CSS) border image rollover effect cross browser - zensir</title>
      <link>https://snipplr.com/view/817/border-image-rollover-effect-cross-browser</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 15 Aug 2006 12:01:47 UTC</pubDate>
      <guid>https://snipplr.com/view/817/border-image-rollover-effect-cross-browser</guid>
    </item>
  </channel>
</rss>
