Hi there, I'm encountering an issue with the ol and ul tags not displaying numbers and circles on the left side. I am not using a reset css file. Below is my code snippet:
<ol>
<li>ALL FILES</li>
<li>PHP SCRIPTS</li>
<li>WORDPRESS</li>
<li>JAVASCRIPT</li>
<li>CSS MOBILE</li>
</ol>
...
Any suggestions on how to get the ol and ul lists to show numbers and circles correctly?
UPDATE: Hover over the List link to visualize my concern:
link