remove tab from bullets in HTML?

Paul

New member
When creating a list in HTML using <ul> how can you remove the "tabbed" space before each bullet. This is the basic list format...
<ul>
<li>Text 1
<li>Text 2
</ul>
 
Back
Top