|
Posted by dorayme on 09/11/06 00:08
In article
<1157932705.844054.244200@i42g2000cwa.googlegroups.com>,
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;
>
> or a percentage such as:
>
> line-height: 150%;
If you are going to use line-height (make sure you need to), use
em.
--
dorayme
[Back to original message]
|