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.
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
please send us link to page where you did it and it does not work first.
http://www.ggpoker.com.php56-26.dfw3-1.websitetestlink.com/terms-and-conditions/
If you go to section 5 Information Technology/Intellectual Property
If you compare both the main site and the test site you will see one has bullet points and the other has numbers. The code is the same ( copy and paste )
Here is my test site
http://davidstokes.com/tea/testing-page/
Why is your theme showing them as bullet points and not numbers ?
Thanks.
I already explained it wasn't the bullets not appearing it was the numbers not appearing.
I wrote
Here is my test site
http://davidstokes.com/tea/testing-page/
and gave you a link so this is pretty clearly my test page to show you that the numbers are appearing
If you open both links i gave in previous posts you will see one has numbers working and one doesn't have numbers working.
The ggpoker site is the site using your theme. This is the one that is not working. I made a test site and pasted the exact same code into it and it is working. SO your theme is changing something to stop these appearing.
SO to recap
http://www.ggpoker.com.php56-26.dfw3-1.websitetestlink.com/terms-and-conditions/ is using your theme and does not show OL tag ( numbers )
http://davidstokes.com/tea/testing-page/ is not using your theme and it does show the number ( OL tag is working )
I hope that clears up your confusion.
Thanks.
This works.
Thank you.