Trabajo con Dreamweaver CS5, pero me pasa igual aunque lo haga con el Block de notas, mi sistema operativo es el Windows XP actualizado hasta el día de hoy.
Gracias y un saludo.
Código HTML:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> <form name="form1" method="GET" action="Hacercualquiercosa.php"> <font color="#800000">Buscar: </font><input name="juan" type="text" size="20" style="border-width: 2px; font-size:13pt; font-weight:bold;color: #800000;"> <font color="#800000"> Población: </font> <select name="aviones" id="aviones"> </select> </label> <input type="submit" name="cmdBuscar" id="cmdBuscar" value="BUSCAR"> </form> </body> </html> ]