Forum Moderators: open

Message Too Old, No Replies

How to remove space above a list?

         

Lorel

9:49 pm on Aug 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



How do you remove space above a list? I've tried everything I can think of.

mattglet

9:55 pm on Aug 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A list of what?

abbeyvet

10:08 pm on Aug 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can remove space above like this:

ul{margin-top:0px;}

But unless you also remove the space below the paragraph above it will have no effect, so you need something like this:

p.abovelist {margin-bottom:0px;}

Lorel

1:42 pm on Aug 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thanks. that worked.

I don't use P, but BR as they are more flexible and you don't have to close them, so that worked.