Title: Problem with editor
Last modified: August 19, 2016

---

# Problem with editor

 *  [giuliodetti](https://wordpress.org/support/users/giuliodetti/)
 * (@giuliodetti)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/problem-with-editor-1/)
 * Hi,
 * I’ve a problem with the wordpress editor.
 * I tested the code of my site directly without wordpress and it’s ok. I’ll try
   to show the problem.
 * This is the code
 *     ```
       <div class="list-image">
       <div class="first">
       <h4 class="titolo">Fuerteventura</h4>
       <img src="http://www.kitemoving.it/wp-content/themes/kitemoving/images/img04.jpg" alt="Immagine" />
       <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean vehicula, <a href="http://www.kitemoving.it/spagna/fuerteventura/">Fuerteventura</a></p>
       </div>
       <div>
       ```
   
 * When i try to digit this code into wordpress editor and i save the code, it automatically
   add a <p> </p> in the image.
 * This is the incorrect code saved:
 *     ```
       <div class="list-image">
       <div class="first">
       <h4 class="titolo">Fuerteventura</h4>
       <p><img src="http://www.kitemoving.it/wp-content/themes/kitemoving/images/img04.jpg" alt="Immagine" /></p>
       <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean vehicula, <a href="http://www.kitemoving.it/spagna/fuerteventura/">Fuerteventura</a></p>
       </div>
       <div>
       ```
   
 * This error generate a problem on the page, because it introduce a <p>.
 * I tried to login with visual editor disabled (only code editor), but it doesn’t
   solve the problem.
 * Could you please help me?
 * Thanks
 * Giulio

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/problem-with-editor-1/#post-989863)
 * WordPress will always add that <p>.
 * Try installing this plugin,
    [http://wordpress.org/extend/plugins/wp-unformatted/](http://wordpress.org/extend/plugins/wp-unformatted/)
 * which allows you to turn off the automatic formatting on a post by post basis.
   There is a step you need to take on any post on which you want it turned off –
   read the plugin instructions.
 *  Thread Starter [giuliodetti](https://wordpress.org/support/users/giuliodetti/)
 * (@giuliodetti)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/problem-with-editor-1/#post-989896)
 * Thank you very much, it solves the problem.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with editor’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [giuliodetti](https://wordpress.org/support/users/giuliodetti/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/problem-with-editor-1/#post-989896)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
