Hello, with "to be apart" you mean the vertical spacing, the distance between list items? You can adjust that by giving the li elements a top and bottom margin. The distance between lines within one li can be adjusted (as you did)with the line-height property.
Best regards, Christian Kirchhoff > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Marcy Schaller > Sent: Saturday, April 05, 2008 6:37 PM > To: CSS List > Subject: [css-d] UL question/problem. > > > I am retooling a friends site, updating it from a tables > format to CSS. > > First, a question - I want the list items to be two spaces > apart, but > long individual list items to be single-spaced. Is it possible to do > this with CSS, or do I just need to insert a line break at the end of > each list item to get the two spaces apart? > > Second, a problem - For some reason, the lists are not > indenting in the > body. I can't find what I might have done in my CSS to cause this. > > HTML and CSS validate. > > Current appearance of page in table form: > www.learningathome.org My update so far: > www.marcyschaller.com/barb/index.html > CSS: www.marcyschaller.com/barb/stylesheets/lah.css > > Thanks! > Marcy > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
