Posted by Els on 10/24/07 09:40
jodleren wrote:
> Hi all!
>
> It it pretty simple. I have a stylesheet like:
> <STYLE TYPE="text/css">
> TABLE { font-family : "Arial", "Helvetica", "Monaco"; font-size :
> 10.0pt; text-decoration : none;}
> </STYLE>
>
> Which means that <td>Hello world!</td> I get a font size 10.
Don't use pt - those are for printing.
> But I get 3 pixels above the letters, which I'd like to reduce by one
> or two. Is there a way to do that?
I think you are seeing either the line-height on the text, or the
padding on the cells. Or both.
--
Els http://locusmeus.com/
[Back to original message]
|