English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi,

I'm building an unordered lists which looks something like this:


  • Item 1

  • Item 2

  • Item 3



My question is how I can remove the bullet that appears next to each list item.

Thanks,

-D

2007-08-13 08:20:11 · 5 answers · asked by Spidey2099 1 in Computers & Internet Programming & Design

5 answers

The standard way of doing it is to set the margin to be zero:


  • Item 1

  • Item 2

  • Item 3



Virtually every CSS-only menu will use a margin of zero to get rid of the bullet points.

Take a read of this for more useful info on styling unordered lists:

http://www.webcredible.co.uk/user-friendly-resources/css/css-navigation-menu.shtml

and should you need to make a CSS only menu you might want to look at this:

http://www.seoconsultants.com/css/menus/tutorial/

but anyway, set margin to zero to remove bullets.

2007-08-13 09:08:41 · answer #1 · answered by E.M.Bed 5 · 0 0

Use the "preformat" (PRE) HTML TAG,
which allows you to place virtually any characters
any place on a given line.

The only "downsides" are 1) PRE forces a carriage return
before the first line and after the last line,
but you can "fix" that by putting the "start" PRE on the same line as the first item, and similar with the "end" PRE,
and 2) your font may change, but you can fix that by adding
the FONT tag after the PRE tag.

Enter "html pre tag" into your favorite search engine to see an example, which can't be seen on this website, because they don't allow HTML in the "answers".

2007-08-13 08:37:34 · answer #2 · answered by skaizun 6 · 0 0

I would just not make it a bulleted list in the first place. I would make it using <.b.r. /> (take out the dots lol) instead of

    .

    2016-04-01 09:19:55 · answer #3 · answered by Anonymous · 0 0

    Hi

    you can use style so you can change it ( to a image for example ) or remove it
    for example if you wanna remove it :



      or if you wanna change it with an image:



        regards

        2007-08-13 08:34:00 · answer #4 · answered by Iraq Al Habib 1 · 3 0

    You might find some answers here:
    http://www.alistapart.com/articles/taminglists/

    If I wanted to do that, I wouldn't use a list. I would state what I was going to list and just add a

    which will indent your text.

    2007-08-13 08:25:33 · answer #5 · answered by Mama 3 · 0 0

    fedest.com, questions and answers