| Nancy Gill 2005-07-07, 4:28 am |
| use CSS to get rid of the bulleted look.
this will do it:
list-style-type: none;
as part of the selector.
--
Nancy Gill
Team Macromedia Member: Dreamweaver MX/UltraDev
http://www.macromedia.com/go/team/
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
"Waitingforanswer" <webforumsuser@macromedia.com> wrote in message
news:daible$fih$1@forums.macromedia.com...
> I need to "list" some items. The exact spacing that I want is zero space
in
> between the items (much like that of an unordered list).
>
> But I do not want to use unordered list as I do not want to display any
> bullets.
>
> If I do not use the unordered list, what happens is a space is
automatically
> set between the items.
>
> So what should I do???????
>
> Thank you in advance.
>
|