>Any recommendations or pointers appreciated.  How can I reduce the
>vertical spacing between elements of the form? The goal is a tighter,
>sleeker look (without images).  Adjusting margin, padding and
>line-height are not doing what I had hoped or I don't understand how to
>use them.
>
>See sample with CSS at:   www.dottedi.biz/test.php
>
>-Bob

Bob:

Try:

fieldset p
        {
        margin-bottom: .1em;
        margin-top: .1em;
        }

You may have to adjust as you need/want.

tedd
-- 
--------------------------------------------------------------------------------
http://sperling.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to