Results 1 to 3 of 3

Thread: How can I set line space and word space in HTML ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    111

    How can I set line space and word space in HTML ?

    How can I set line space and word space in HTML ?

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: How can I set line space and word space in HTML ?

    CSS has letter-spacing and word-spacing not sure about lines though
    HTML Code:
    p
    { 
    word-spacing: 30px
    }

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How can I set line space and word space in HTML ?

    Using line-height:

    HTML Code:
    p
    {
    line-height: 10px;
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width