samedi 28 février 2015

Wordpress add extra tags to my HTML in page

I try to add this HTML inside a Wordpress page in Text tab:



<div class="homepage-section-row" style="margin-top:5px">
<a href="#">
<p>Test</p>
<span class="icon-comment-alt fblock-icon"></span>
</a>


But when I see the page source, I see some extra tags:



<div class="homepage-section-row" style="margin-top:5px">
<a href="#"><p></p>
<p>Test</p>
</a><p><a href="#"> <span class="icon-comment-alt fblock-icon"></span><br>
</a>
</p></div>


I'm using Wordpress 4.1. What should I do?


Aucun commentaire:

Enregistrer un commentaire