Does you CSS change the OL tag?

Hi,

I've coded a really long page in Dreamweaver and it looks perfect.
But when i add the code inside wordpress is doesn't show the OL tag as numbers

I've tested the exact same code in a different theme and it works, so your theme must be doing something to the tag in CSS.

<ol>
<li>text text text </li>
</ol>
the above code will work and I will see numbers where the li tag is.

but If i add something like this

<ol>
<li>text text text </li>
<li>text text text </li>
<li>text text text </li>
   <ol>
      <li>text text text </li>
      <li>text text text </li>
   </ol>
</ol>

The second ol won't display as a number, it displays as a disc.

Can you help ?


As i said it works fine in another theme i tested so it's not a wordpress issue. 

Comments

Sign In or Register to comment.