Posted by Dylan Parry on 07/27/06 11:44
lukas.zierer@gmail.com wrote:
> it will be shown, when i remove the <form> tag, but that's not what i
> want because what i want is a working contact formular.
The problem is probably caused by the fact you have your <form> element
within a <p> element. This isn't allowed, so the browser is probably
ignoring it or getting confused about what it should do. I suggest that
you validate your code if you are having problems.
--
Dylan Parry - http://electricfreedom.org
Programming, n: A pastime similar to banging one's head
against a wall, but with fewer opportunities for reward.
[Back to original message]
|