Results 1 to 6 of 6

Thread: CSS Line Spacing

  1. #1
    Join Date
    Jul 2009
    Posts
    67

    CSS Line Spacing

    I'm trying to make a paragraph of text to have 1.5 line spacing on a particular website. I know there was a CSS style that allowed me to set the "Line height" in Dreamweaver. So, can any body tell me that how to do CSS Line Spacing? Does any body knows about it? Kindly provide me the correct way of doing it.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: CSS Line Spacing

    Most web applications today use boring methods to present data to their viewers using grids or simple HTML tables. Cascading Stylesheets allows you to control the spacing between words and the spacing between individual characters. The CSS line-height property is similar to leading in desktop publishing, it determines the "line height".

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: CSS Line Spacing

    You can add additional space between words with the word-spacing property. FusionCharts works with all technologies like ASP, ASP.NET, PHP, ColdFusion, Ruby on Rails, JSP, HTML pages etc. and connects to any database to render animated & interactive charts. The value you specify will be added to whatever default value the browser already uses.

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: CSS Line Spacing

    Letter-spacing affects the kerning between charactersand is similar to word-spacing. Values are added to the default browser spacing. This results in lines of text appearing closer together or further apart. In most cases, the best choice for line spacing is to leave it at the default - or "normal". This is generally the most readable and doesn't require that you do anything special. But changing the line spacing can give your text a different feel to it.

  5. #5
    Hot-Text Guest

    Re: CSS Line Spacing

    <pre style=line-height:16.5px;>
    16
    px
    </pre>
    <pre style=line-height:28.5px;>

    28

    px

    </pre>

    <style type="text/css">
    <!--
    Pre
    {
    line-height:28px;}
    -->
    </style>
    Last edited by Hot-Text; 18-09-2009 at 09:49 PM. Reason: Img need edit

  6. #6
    richermartyn Guest

    Re: CSS Line Spacing

    Hi...
    I have some information on CSS line spacing... So i wanna share that.... Controlling text spacing and text alignment using CSS.Cascading Stylesheets allows you to control the spacing between words and the spacing between individual characters.... Thanks...

Similar Threads

  1. Double Line Spacing Default in Word 2007
    By Duncan McC in forum MS Office Support
    Replies: 12
    Last Post: 25-02-2012, 04:40 AM
  2. Need help to adjust line spacing in a Cell of Excel
    By Garsen's in forum MS Office Support
    Replies: 2
    Last Post: 16-02-2012, 07:11 PM
  3. inconsistent line spacing in Word 2007
    By NatashaA in forum MS Office Support
    Replies: 6
    Last Post: 03-12-2011, 07:59 PM
  4. CSS border length and spacing
    By Visala in forum Software Development
    Replies: 3
    Last Post: 27-07-2009, 05:08 PM
  5. digital spacing
    By puk284 in forum Software Development
    Replies: 1
    Last Post: 09-06-2009, 08:12 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,728,167.90938 seconds with 17 queries