Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: white space

The CSS white-space Property Explained

June 9, 2010

CSS has a pretty useful property called white-space that I’m guessing goes unnoticed among CSS beginners. You can probably live without this property for quite some time, but once you learn how to use it, it will come in very handy and you’ll find yourself going back to it over and over again. This article […]

csshead comment 0 Comments

Wrapping Long URLs and Text Content with CSS

June 1, 2010

By default, the white-space property is set to normal. So you might have problems when trying to force long URLs and other continuous strings of text to wrap. To force long, continuous strings of text to wrap within the width of our <pre> content or other block-level element, such as <div> and <p>, we need […]

csshead comment 0 Comments

Easy CSS Compression with PHP and mod_rewrite

June 19, 2009

In-depth article that shows how you can use PHP to automatically compress CSS and javascript files to help speed up your site….

csshead comment 0 Comments