Warning: Undefined array key "StartingPoint" in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 107 Warning: Cannot modify header information - headers already sent by (output started at /customers/f/f/0/safaribears.de/httpd.www/content.php:107) in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 115 Warning: Undefined variable $WEB_ROOT in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 118 Warning: Cannot modify header information - headers already sent by (output started at /customers/f/f/0/safaribears.de/httpd.www/content.php:107) in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 118 Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /customers/f/f/0/safaribears.de/httpd.www/content.php on line 169 CSS Tutorial - Text styles - letter-spacing
this is a bit more fancy element, just look at the examples:
div{
letter-spacing:-0.2em;
letter-spacing:-0.1em;
letter-spacing:0em; (normal)
letter-spacing:0.1em;
letter-spacing:0.2em;
}

As you can see, this changes the distances between the single letters. With negative values pulling them closer, and positive values pushing them apart. The best idea would be to give 'em' values, but you can give 'px' too, see above when I explained these units at the font-size.