HighDots Forums  

The space between the lines of text

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss The space between the lines of text in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
illdrum4u webforumsuser@macromedia.com
 
Posts: n/a

Default The space between the lines of text - 12-01-2003 , 12:03 PM






Hello,

I have tried to locate an answer before creating this "New Topic," but I can't find one to fit my needs.
Can anyone tell me how to make smaller the space between the lines of text in a paragraph?

For example: the spacing between lines of text in this discussion message is perfect and what I am trying to achieve. How can I achieve this style of spacing in a document in Dreamweaver MX? I have read CSS would do it, but I can't figure out what values I should be changing. I've tried by trial error, but I still don't achieve what I want...because I don't know what I'm doing : (

Help please. Thank you.

Aaron



Reply With Quote
  #2  
Old   
darrel
 
Posts: n/a

Default Re: The space between the lines of text - 12-01-2003 , 12:11 PM






Quote:
Can anyone tell me how to make smaller the space between the lines of text
in a paragraph?

The typography term is 'leading'.

The CSS term is 'line-height'

The syntax is:

p {line-height: 12px/pt/em/percentage/etc.}

-Darrel




Reply With Quote
  #3  
Old   
Michael Fesser
 
Posts: n/a

Default Re: The space between the lines of text - 12-01-2003 , 12:28 PM



illdrum4u webforumsuser wrote:

Quote:
Can anyone tell me how to make smaller the space between the lines of
text in a paragraph? [...]
Smaller space might reduce the readability of the text.

Quote:
I have read CSS would do it, but I can't figure out what values I should
be changing.
line-height

10.8 [...] the 'line-height' and 'vertical-align' properties
http://www.w3.org/TR/CSS2/visudet.html#line-height

Example:

p {
line-height: 125%
}

HTH
Micha


Reply With Quote
  #4  
Old   
IanF
 
Posts: n/a

Default Re: The space between the lines of text - 12-01-2003 , 01:23 PM



Not sure about MX but in DreamW4 if you hold down the shift key and hit the
Enter key that reduces the standard LF to a single spaced format.

IanF
"illdrum4u" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hello,

I have tried to locate an answer before creating this "New Topic," but I
can't find one to fit my needs.
Can anyone tell me how to make smaller the space between the lines of text
in a paragraph?

For example: the spacing between lines of text in this discussion message
is perfect and what I am trying to achieve. How can I achieve this style of
spacing in a document in Dreamweaver MX? I have read CSS would do it, but I
can't figure out what values I should be changing. I've tried by trial
error, but I still don't achieve what I want...because I don't know what I'm
doing : (
Quote:
Help please. Thank you.

Aaron





Reply With Quote
  #5  
Old   
illdrum4u webforumsuser@macromedia.com
 
Posts: n/a

Default Re: The space between the lines of text - 12-02-2003 , 12:22 AM



Thank you everyone who responded. I will try these methods to try and achieve my goals.

Aaron




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.