space between text lines |
![]() ![]() |
space between text lines |
Sep 21 2004, 02:10 PM
Post
#1
|
|
|
candy is spiffy. ![]() ![]() Group: Member Posts: 24 Joined: Jul 2004 Member No: 27,760 |
Does anybody know how I change the amount of space there are between text lines?
|
|
|
|
Sep 21 2004, 02:32 PM
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 26 Joined: Sep 2004 Member No: 49,601 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px Arial Narrow; [b]line-height: 22px;[/b] color:#FF99CC; text-align: left; background-color: transparent; } </style> <!-- end code provided by createblog.com --> you can change the other things as well..the 22px is the line height though. |
|
|
|
![]() ![]() |