print '<style type="text/"
media="screen>
.error { color: red; }
</style>';
This is wrong. You have a mess. If you delete this the form will show. You have an unclosed ". So everything that follows is assumed to be an attribute value until we reach the next ".
<style media="screen">.error { color: red;}</style>';
The above should be in the 'head' area not in the 'body'.
Reputation Points: 1067
Solved Threads: 955
Disgraced Poster
Offline 6,728 posts
since Oct 2006