Title: TinyMCE closing  incorrectly
Last modified: August 20, 2016

---

# TinyMCE closing incorrectly

 *  [Norm Sash](https://wordpress.org/support/users/normsash/)
 * (@normsash)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/tinymce-closing-incorrectly/)
 * I’m trying to put in a simple form that has a <select> with multiple <option>
   statements. For some reason when I go to visual editor after writting the html,
   there is inserted a <select> </select> around every <option>. Obviously this 
   doesn’t work to create a dropdown select list. Any ideas of why this is happening
   and what to do?
 * This is the code snippet from the html editor:
 *     ```
       <table>
       <tr><td><input type="hidden" name="on0" value="Support levels">Support levels</td></tr><tr><td>
           <select name="os0">
       	<option value="Option 1">Option 1 : $5.00USD - monthly</option>
       	<option value="Option 2">Option 2 : $3.00USD - monthly</option>
       	<option value="Option 3">Option 3 : $1.00USD - monthly</option>
           </select>
       </td></tr>
       </table>
       ```
   
 * And this is the result after going into the visual editor:
 *     ```
       <table>
               <tbody>
                   <tr>
                       <td>
                           <input type="hidden" name="on0" value="Support levels" />
                           Support levels
                       </td>
                   </tr>
                   <tr>
                       <td>
                           <select name="os0">
                               <option value="Option 1">
                                   Option 1 : $5.00USD - monthly
                               </option>
                           </select>
                           <select name="os0">
                               <option value="Option 2">
                                   Option 2 : $3.00USD - monthly
                               </option>
                           </select>
                           <select name="os0">
                               <option value="Option 3">
                                   Option 3 : $1.00USD - monthly
                               </option>
                           </select>
                       </td>
                   </tr>
               </tbody>
           </table>
       ```
   

Viewing 1 replies (of 1 total)

 *  [useStrict](https://wordpress.org/support/users/usestrict/)
 * (@usestrict)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/tinymce-closing-incorrectly/#post-2550526)
 * I’m also seeing this problem.

Viewing 1 replies (of 1 total)

The topic ‘TinyMCE closing incorrectly’ is closed to new replies.

## Tags

 * [form](https://wordpress.org/support/topic-tag/form/)
 * [select list](https://wordpress.org/support/topic-tag/select-list/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [useStrict](https://wordpress.org/support/users/usestrict/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/tinymce-closing-incorrectly/#post-2550526)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
