• Resolved Adam Nowak

    (@adam320)


    When you switch from code view to visual view, the editor wraps every individual list item into an OL or UL. Thus breaking the elements. If you stay in code edit view you can update the post or preview it and the lists look great. As soon as you switch to visual it ruins it.

    Correct:

    
    <ul>
    	<li>95% search for businesses online</li>
    	<li>91% read online reviews about businesses
    </ul>
    

    After visual editor:

    
    <ul>
    	<ul>
    		<li>95% search for businesses online</li>
    	</ul>
    	<ul>
    		<li>91% read online reviews about businesses</li>
    	</ul>
    </ul>
    
    • This topic was modified 5 years, 6 months ago by Marius L. J.. Reason: Added code tags
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Switching from text to visual breaks OL,UL’ is closed to new replies.