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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256311 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

