I checked the code. Everything is fine. I putted the code even in an external html. It’s just not working inside one of the “pages”.
Sry, the link was just down for a minute. I still don’t know whats causing the problem.
yah strange – something is wrong with your theme – all the text is messed up – try turning on the default theme ? and see what happens
It should be fine again. Or is it still messed up? Sorry, I was trying to change some classes, didn’t work out well.
I just turned on the default theme on for a second. Everything worked fine. So the error is in my code. I’ll go over it tomorrow, already got an idea what it could be. I’ll post my fault as soon as I find it, even if it’s notthat important.
But thanks!
Greetings from Switzerland
P.S.: It’s my first theme.
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="support@b2ebeatz.com">support@b2ebeatz.com</a>
<h4>Info:</h4>
<a href="info@b2ebeatz.com">info@b2ebeatz.com</a>
<h3>Contact Us</h3>
Or if you want, you can contact us on Facebook or Twitter!
<a href="http://www.facebook.com/pages/b2ebeatzcom/166272760060008">My Facebook Fanpage</a>
<a href="http://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="support@b2ebeatz.com">support@b2ebeatz.com</a>
</p>
<h4>Info:</h4>
<p>
<a href="info@b2ebeatz.com">info@b2ebeatz.com</a>
</p>
<h3>Contact Us</h3>
<p>Or if you want, you can contact us on Facebook or Twitter!</p>
<p>
<a href="http://www.facebook.com/pages/b2ebeatzcom/166272760060008">My Facebook Fanpage</a>
<br>
<a href="http://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