hwg-techniques archives | Oct 2000 | new search | results | previous | next |
Re: Unordered List Spacingby "Frank Boumphrey" <bckman(at)ix.netcom.com> |
|
Yes use the CSS margin attribute with a class and give it a negative number. .topli{ margin-top: -12pt; } then <ul> <li class="topli">...</li> ..... </ul> frank ----- Original Message ----- From: "Jason C. Greb" <jgreb(at)electronerdz.com> To: "H W G" <hwg-techniques(at)hwg.org> Sent: Thursday, October 19, 2000 10:00 PM Subject: Unordered List Spacing > I have a page with a few undordered lists in it. Its located at > http://www.14k9.com/chains/index.htm. I want to know if there is a way to > get rid of the spacing that gets put around the <ul></ul> tags when its > viewed on a web browser. On the page, this is what I have: > > 14K Yellow Gold: > > - Pendant Chains > - Fancy Chains > - Omegas > - Charm Bracelets > - Fancy Bracelets > > I want to know if I can get rid of the extra line after the "14K Yellow > Gold." I would not mind doing this with CSS if possible. Isnt there a > spacing attribute for the UL tag or something? > > > Jason C. Greb > jgreb(at)electronerdz.com > http://www.electronerdz.com/ > 2765548 / JayTekInc >
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA