Re: [css-d] Line-Heights

2005-05-13 Thread David Laakso
On Fri, 13 May 2005 17:15:14 -0400, Richard Brown <[EMAIL PROTECTED]> wrote: I am trying to play with line heights on the following page: I would like the word "Restormel" to sit on top of the word "Arts" and I can't seem to achieve this. css /*delete #head

Re: [css-d] Line-Heights

2005-05-13 Thread Akins, Chris
I'm no CSS expert by any stretch, but I think what you're wanting to do is to use margins for these two elements rather than line-height to achieve what you want. Set margin-bottom for the h1 and margin-top for the h2 to something explicit and play with the values until you get the desired effect.

[css-d] Line-Heights

2005-05-13 Thread Richard Brown
Hi I am trying to play with line heights on the following page: I would like the word "Restormel" to sit on top of the word "Arts" and I can't seem to achieve this. Can anybody help please? Css at Thanks Rich ___