Reply
Line spacing not paragraph spacing help needed
Old 09-04-2006, 11:29 AM Line spacing not paragraph spacing help needed
Junior Talker

Posts: 2
Name: Cliff Hawkins
I'm pretty new to all this but used to use Quark.
Is there a way to add space between lines (not paragraphs) in dreamweaver 8 or does anyone know the code.
Many thanks in advance
xpokerplayerx is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 09-04-2006, 12:06 PM Re: Line spacing not paragraph spacing help needed
LadynRed's Avatar
Super Moderator

Posts: 6,554
Location: Tennessee
Yes, use CSS to specify line-heights:

for example, to specify a line-height for paragraphs:
p{
line-height: 1.2em;
}

1em = 16px -you can also use px or % units.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-05-2006, 04:28 AM Re: Line spacing not paragraph spacing help needed
Junior Talker

Posts: 2
Name: Cliff Hawkins
Many thanks, be back soon
xpokerplayerx is offline
Reply With Quote
View Public Profile
 
Old 09-05-2006, 08:34 PM Re: Line spacing not paragraph spacing help needed
kIDJOE's Avatar
Extreme Talker

Posts: 180
Location: Hollywood, CA
Thats right, if you need it for an element in specific, you can create a class and assign it to that specific element. you can also do it on the fly to the element that needs it for example:

<td style="line-height:10px" (or any required size)>
THis is beeing formatted with a 10px height difference between each line... . . .. blahyh bala</td>
kIDJOE is offline
Reply With Quote
View Public Profile Visit kIDJOE's homepage!
 
Reply     « Reply to Line spacing not paragraph spacing help needed
 

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12744 seconds with 12 queries