=======================================
remove-bullets-from-unordered-html-list
=======================================


remove-bullets-from-unordered-html-list
=======================================

How do you remove the bullets from an unordered html list?
==========================================================

.. code-block:: html

.. raw:: html

   <ul style="list-style-type: none">

.. raw:: html

   <li>

x

.. raw:: html

   </li>

.. raw:: html

   <li>

x

.. raw:: html

   </li>

.. raw:: html

   <li>

x

.. raw:: html

   </li>

.. raw:: html

   <li>

x

.. raw:: html

   </li>

.. raw:: html

   <li>

x

.. raw:: html

   </li>

.. raw:: html

   <li>

x

.. raw:: html

   </li>

.. raw:: html

   </ul>

Use css style **list-style-type: none** of course!
