Hey… I went over my code. I found the fault, but i don’t know how to fix it.
I posted the content of the pages via the WordPress. So I putted in this code:
<h3>Support</h3>
If you have any questions, feel free to contact us.
<h4>Support:</h4>
<a href="[email protected]">[email protected]</a>
<h4>Info:</h4>
<a href="[email protected]">[email protected]</a>
<h3>Contact Us</h3>
Or if you want, you can contact us on Facebook or Twitter!
<a href="https://www.facebook.com/pages/b2ebeatzcom/166272760060008">My Facebook Fanpage</a>
<a href="https://twitter.com/#!/b2ebeatz">Twitter</a>
And thats what I get from WordPress:
<h3>Support</h3>
<p>If you have any questions, feel free to contact us.</p>
<h4>Support:</h4>
<p>
<a href="[email protected]">[email protected]</a>
</p>
<h4>Info:</h4>
<p>
<a href="[email protected]">[email protected]</a>
</p>
<h3>Contact Us</h3>
<p>Or if you want, you can contact us on Facebook or Twitter!</p>
<p>
<a href="https://www.facebook.com/pages/b2ebeatzcom/166272760060008">My Facebook Fanpage</a>
<br>
<a href="https://twitter.com/#!/b2ebeatz">Twitter</a>
</p>
I think the problem is, that WordPress putted the a tags within p tags.
I hope someone knows to help me…
Thanks