netaholic
08-15-2004, 01:14 AM
How do I customize how much space is between the lines of the text on my site like http://www.intheroad.net/stacy/? See how she has less space there than default? How can I achieve this?
Thanks!
Thanks!
|
View Full Version : space between the lines netaholic 08-15-2004, 01:14 AM How do I customize how much space is between the lines of the text on my site like http://www.intheroad.net/stacy/? See how she has less space there than default? How can I achieve this? Thanks! starlet 08-15-2004, 01:21 AM <style> <!-- body, div, table, br {color:#000000; font-family:tahoma, arial, helvetica, verdana; font-size:7pt; line-height:7.5pt; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px} --></style> Change the line height...or just remove it if you want it to be 'default' anyway. |