I have called a php function to a page (a mailing list)
All works fine except the colour
PHP Code:
<form method="POST" action="<?php echo $_SERVER['SCRIPT_NAME']; ?>?do=add"> Email Address: <input type="text" name="email"><br> <input type="submit" value="Submit"> </form>
The text "Email Address" is fine and in black.
the problem is the input box and submit button are both white and as the person enters thier email address in the box thier text is white also thus making it impossible to read, the same applies to the submit button although it says "submit" you cant see it as its white on white.
I dont really want to go into style sheets etc as its only a small peice of code ....
Any help would be appreciated
Thanks
Mark
|