Call in the list style and set it to none. Using gas. Example:

Code:
  <html>
<head>
<style>  
</head>
<body>
  <ul style = "list-style:none"> <li>home</li> </ul>
</body>
</html>