|
Posted by Chris F.A. Johnson on 09/11/06 01:17
On 2006-09-10, sachaburnett@yahoo.com wrote:
> 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;
If you use fixed px sizes, you may not have enough room for a
reader's font size (you cannot know what it is).
> or a percentage such as:
>
> line-height: 150%;
line-height: 1.5;
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
[Back to original message]
|