Problem with editor
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Problem with editor’ is closed to new replies.