- From: John Russell <ve3ll@cogeco.ca>
- Date: Mon, 09 Jun 2003 11:41:11 -0400
- To: www-amaya@w3.org
the input box doesn't handle many styles correctly for three of them look at -- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><title></title> <style type="text/css"> input {background:#c0c0c0; width:20px; border:0px solid black} </style> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <input name="text" type="text"> </body> </html> -- John Russell, VE3LL@RAC.CA http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA) check HTML at http://www.htmlhelp.com/tools/validator/ check CSS at http://jigsaw.w3.org/css-validator/ check JavaScript at http://www.crockford.com/javascript/jslint.html
Received on Monday, 9 June 2003 11:40:51 UTC