Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
netlace design #1
How do you remove bullets from list items?
I 'm working on my first site using css and it is going well thanks to the help
I have gotten from these forums. Now I am in need again. I can't figure out
how to get rid of the bullets that show up beside list items. Can someone tip
me in the right direction???
Thanks,
lacy:confused;
netlace design Guest
-
Remove multiple selected items listbox
How, using asp.net (vb.net), can I remove multiple selected items from a listbox. Everything I try does not seem to work. Thanks in advance. -
Unordered list bullets and Spry Accordion widget
In all browsers except IE (surprise, surprise!), the page works fine. Otherwise the bullets in my unordered list appear at the bottom of the... -
Flashpaper not rendering bullets in unordered list
I'm using cfdocument to to create a FlashPaper file. Unordered lists are not showing their bullets. Ordered lists do display the numbers. I... -
JavaScript: html list items within list items?
Hi, I've seen how to implement a JavaScript to change the CSS class of every other list item in an unordered list, but, being new to JavaScript,... -
how to remove a programe from the add/remove list manually
i am using winXP home, i just remove a programe from the start menu(start>>all programes>>name of the programe>>uninstall),but the programe name is... -
Luwana #2
Re: How do you remove bullets from list items?
[url]http://meyerweb.com/eric/css/references/css2ref.html[/url]
Using above reference - I think it would be:
li { list-style-type: none;}
you might try "ul" or "ol" instead of "li" too. - Hope that helps - L
Luwana Guest



Reply With Quote

