Ordered List changes to unordered list
-
Hello, I need help with my ordered lists. My client writes these Wine Recommendation posts with several recommendations. I edit the html to go something like this:
<ol>
<h2><li>White Wine Recommendation #1</li></h2>
<h3>Name of Wine</h3>
blah blah blah paragraphs
<h2><li>White Wine Recommendation #2</li></h2>
<h3>Name of Wine</h3>
blah blah blah paragraphs
<h2><li>Red Wine Recommendation</li></h2></ol>
<h3>Name of Wine</h3>
blah blah blah paragraphsIf I save right away, and look at the published post, it looks the way I want it to. With ordered list numbers displayed in H2 styles, and the list items are sequentially numbering each of the recommendations.
But if I click out of the code editor to the visual editor, the html is stripped of my edits, leaving each of the list items as individual unordered lists with no H2 tags. I’ve done this over and over again. What is going on?
The page I need help with: [log in to see the link]
The topic ‘Ordered List changes to unordered list’ is closed to new replies.