From your style sheet, try removing float: left (commented out below) and add a <br> tag after </frame>
.alignleft {
display: inline;
/* float: left; */
margin-right: 1.5em;
-
This reply was modified 8 years, 8 months ago by cosmician.
From the WordPress 4.8 release notes:
Marius L. J. (@clorith)
3 months, 4 weeks ago
Known Issues
Editor tools are not showing as expected in WordPress 4.8.1 – Our editor, TinyMCE,
was updated in this release, so your plugin or theme may need to be updated to reflect this change
Hi Greg, I know there is a drop down option for categories.
Have you read this article about creating drop down for posts?
https://premium.wpmudev.org/blog/how-to-create-a-drop-down-list-for-posts-on-wordpress/