Re: [css-d] Paragraph Control

2005-10-25 Thread Paul Novitski
At 03:16 PM 10/25/2005, [EMAIL PROTECTED] wrote: Is there any 'correct' way to get paragraphs to remain block level elements but to only act as though there is a break tag between them? I have tried setting the margin-top to one negative em value ( P + P { margin-top: -1em; } ) and that seems t

Re: [css-d] Paragraph Control

2005-10-25 Thread Ricky Zhou
On 10/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is there any 'correct' way to get paragraphs to remain block level elements > but to only act as though there is a break tag between them? I have tried > setting the margin-top to one negative em value ( P + P { margin-top: -1em; } > )

Re: [css-d] Paragraph Control

2005-10-25 Thread Eatme
Is there any 'correct' way to get paragraphs to remain block level elements but to only act as though there is a break tag between them? I have tried setting the margin-top to one negative em value ( P + P { margin-top: -1em; } ) and that seems to work pretty good but is there any other

[css-d] Paragraph Control

2005-10-25 Thread christianz
Is there any 'correct' way to get paragraphs to remain block level elements but to only act as though there is a break tag between them? I have tried setting the margin-top to one negative em value ( P + P { margin-top: -1em; } ) and that seems to work pretty good but is there any other method t