h2 letter-spacing: 5px;
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>*KHAKI*</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> h2 { margin: 0; padding: 0; font-size: 130%; text-transform: none; letter-spacing: 5px; color: #BA3F2F; background: inherit; } </style> </head> <body> <h2>Welcome to <strong>The</strong> Template</h2> </body> </html>