A
andynagai
hi
I simply want a numbered list to display within a table cell. Ive tried
the code below. Always shows bullets. Ive even tried setting the
list-style-type css property to 1 for each li item. It always shows
bullets. When I do this in a rather complex html page it doesnt work,
but when i just do this in a very simple html page that just shows this
it shows the numbers. Why does it not show a numbered list? Doesnt work
in ie or firefox.
<ol>
<li>text text</li>
<li>text text</li>
</ol>
I simply want a numbered list to display within a table cell. Ive tried
the code below. Always shows bullets. Ive even tried setting the
list-style-type css property to 1 for each li item. It always shows
bullets. When I do this in a rather complex html page it doesnt work,
but when i just do this in a very simple html page that just shows this
it shows the numbers. Why does it not show a numbered list? Doesnt work
in ie or firefox.
<ol>
<li>text text</li>
<li>text text</li>
</ol>