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
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; }
> )
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
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