Re: [css-d] Reduce space above characters?

2008-05-15 Thread Michael B Allen
On Fri, May 16, 2008 at 12:15 AM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Michael B Allen wrote: >> >> Is there any way to reduce the space above characters. Consider the >> following: >> >> http://www.ioplex.com/~miallen/t14.html >> >> Setting line-height: 0.5; has no effect on the space above

Re: [css-d] Reduce space above characters?

2008-05-15 Thread Gunlaug Sørtun
Michael B Allen wrote: > Is there any way to reduce the space above characters. Consider the > following: > > http://www.ioplex.com/~miallen/t14.html > > Setting line-height: 0.5; has no effect on the space above "Apples". > There's at least 4 whole pixels above the A and l in this example. Is >

Re: [css-d] Reduce space above characters?

2008-05-15 Thread Kepler Gelotte
> Is there any way to reduce the space above characters. Hi Mike, You are setting the line-height on a element. Spanned elements are inline and that is why it is ignoring line-height. Try a block element like or instead. If you want the background to fit just the content, float the block eleme

[css-d] Reduce space above characters?

2008-05-15 Thread Michael B Allen
Is there any way to reduce the space above characters. Consider the following: http://www.ioplex.com/~miallen/t14.html Setting line-height: 0.5; has no effect on the space above "Apples". There's at least 4 whole pixels above the A and l in this example. Is there any way to reduce that? Mike _