aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Disable circle in LI (List)tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Disable circle in LI (List)tag" Watch "Disable circle in LI (List)tag" New topic
Author

Disable circle in LI (List)tag

Ajai
Ranch Hand

Joined: May 29, 2002
Posts: 198
Hi ,

I am using li html tag in my Web Application whereby when I click on one link , child links are shown.
It works fine ,but I do not want the list icons (circle) to appear in front of the list items ,how can I disable that ?
I do not want to use DD/DT tags and I also do not want to use a blank space image as an alternative for some reasons

Thanks
Eric McIntyre
Greenhorn

Joined: Mar 03, 2005
Posts: 26
<ul style="list-style: none;">
...
</ul>

Should work in anything not exceedingly old. Of course, you can externalize the style, etc.

Eric
[ December 07, 2005: Message edited by: Eric McIntyre ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Disable circle in LI (List)tag
 
Similar Threads
problem in displaying the list
Working with html Nodes Re phrased
JSF list
Embedding Lists in XHTML
Composite Recursive List