Numbered lists changed to bulleted lists
-
I am having problems with numbered lists. In the visual tab, the lists are showing correctly, but in the published articles they are showing as bulleted lists. For example, in this article,look at the first list. This is the HTML code for that list:
<ol style="list-style-type: decimal;"> <li>/boot (which is where Linux will install your boot loader to allowthe choice of booting between OS's)</li> <li>swap (This is the equivalent of virtual memory in Windows)</li> <li>/(root) (This is where your file system will be installed and also in this case your personal files too and takes the rest of your partition space)</li> </ol>I’ve looked at similar threads, but haven’t been able to find the answer. I’m not an HTML expert and create the articles in WordPress by copy and pasting from a post in our forum. The link to that particular article is http://www.techsupportforum.com/forums/f195/a-guide-to-dual-booting-linux-658572.html In similar articles with the same problem,
<ol>tag is shown without any modifiers, but the result is the sameAny help would be appreciated.
The topic ‘Numbered lists changed to bulleted lists’ is closed to new replies.