Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- Unordered List display


zabalex - 12:00 am on Nov 7, 2011 (gmt 0)


the most fine way is to use css to display any kind of style to your page elements. if you do not want to display the bullet define ul as
ul {display:none}
for the li element just define
ul li {line-height:20px} the 20px could be any value that you think is suitable for keeping the line height. if you want a line to separate the li elements you can use in li border-bottom:1px solid #030303 or whatever color you want to show.


Thread source:: http://www.webmasterworld.com/html/4383885.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com