OT: CSS UL?

2006-10-11 Thread Adkins, Randy
Okay for all the CSS gurus: How can I make a UL tag use less spacing overhead. When you use a UL tag, it creates a good size space in between the previous line to the First LI element. How can I reduce that? I tried: UL style=padding-top:-10px; but did not work (did not think it would but

Re: OT: CSS UL?

2006-10-11 Thread Rob Wilkerson
On 10/11/06, Adkins, Randy [EMAIL PROTECTED] wrote: Okay for all the CSS gurus: How can I make a UL tag use less spacing overhead. When you use a UL tag, it creates a good size space in between the previous line to the First LI element. How can I reduce that? margin: 0; That should do it.