in this tutorial you can specify space between the characters.
<html>
<head>
<style type="text/css">
h1 {letter-spacing : -3px}
h4 {letter-spacing: 0.5cm}
</style>
</head>
<body>
<h1> this is header 1 </h1>
<h4> this is header 4 </h4>
</body>
</html>
h1 {letter-spacing : -3px}
h4 {letter-spacing: 0.5cm}
this is header 1
this is header 4
May 5, 2009
0 Specify space between the characters
Posted by raj on 2:18 AM
0 comments:
Post a Comment