Formats menu selects wrong paragraphs
-
I am attempting to use TinyMCE advanced to load the CSS classes in my editor-style.css file into TinyMCE. The classes are loaded into the editor, and they appear under the ‘Formats’ menu. However, when I try to apply the classes to a blog post, the affected text expands beyond what was selected. When I switch from ‘visual’ to ‘text’, I can see that the
</p>was inserted at the wrong location. Here is my editor_style.css sheet:/* Indented prose */ p.prose { font-size: 120%; line-height: 1.4; text-indent: 30px; margin-bottom: 0px; color: #000000; font-family: georgia, palatino, serif; } /* centered text */ p.middle { font-size: 120%; line-height: 1.4; color: #000000; text-align: center; margin-bottom: 0px; font-family: georgia, palatino, serif; } /* Unindented prose with paragraph spacing */ p.flatline { font-size: 120%; line-height: 1.4; margin-bottom: 0px; color: #000000; font-family: georgia, palatino, serif; }I am running WordPress 4.9.5, and TinyMCE 4.6.7 hosted through HostGator. My browser is Firefox 59.0.2 (64-bit), running on OSX 10.11.6.
Any assistance that couold be provided would be appeciatedThe page I need help with: [log in to see the link]
The topic ‘Formats menu selects wrong paragraphs’ is closed to new replies.