• Archives

  • AddThis Social Bookmark Button

    Add to Technorati Favorites

  • Specify the white space between words

    By krates | February 8, 2008

    This tutorial is going to teach you how to specify the white space between the words sometimes it becomes important to do or else you can learn it for the sake of learning.

    Html file

    <html>

    <head>

    <link rel=”stylesheet” href=”style.css” />

    </head>

    <body>

    <p>This is a sample text of which white spaces will be controlled by css.</p>

    </body>

    </html>

     Style

    p
    {
    word-spacing: 25px
    }

    Now if you rum the html file see the word spacing it will be more than it’s usual

    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Topics: CSS | No Comments »

    Related Links:

    Comments

    Security Code: