Posted by sachaburnett on 09/10/06 23:58
Hi all,
I would like to know what is the most consistent way to display
additional space in between lines of text considering all the different
browsers, screen sizes, resolutions, etc...
Is it better to specify a length value such as:
line-height: 18px;
or a percentage such as:
line-height: 150%;
Thanks!
SB
[Back to original message]
|