Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/09/2012, 20:44
NobProgram
 
Fecha de Ingreso: agosto-2012
Ubicación: Perú
Mensajes: 63
Antigüedad: 12 años, 3 meses
Puntos: 0
Pregunta Error en tabla

Quisiera que me ayuden a solucionar este problema, yo no he tenido este problema casi nunca, y bueno aqui les dejo la imagen y la sintaxis:

Imagen:



Sintaxis:

Código HTML:
Ver original
  1. <table border=1 width=100%>
  2. <tr>
  3. <td>Titulo</td>
  4. <td>Direccion</td>
  5. <td>Categoria</td>
  6. <td>Comentario</td>
  7. <td>Valoracion</td>
  8. <td></td>
  9. </tr>
  10. <tr>
  11.     <form action="dlasld.php" method="POST">
  12.     <td><input type="text" name="aaaaa"></td>
  13.     <td><input type="text" name="aaaaa"></td>
  14.     <td><select name="aaaaa">
  15.         <option value="aaaaa">aaaaa</option>
  16.         <option value="aaaaa">aaaaa</option>
  17.         <option value="aaaaa">aaaaa</option>
  18.         <option value="aaaaa">aaaaa</option>
  19.         <option value="aaaaa>aaaaa</option>
  20.     </select></td>
  21.     <td><input type="text" name="aaaaa"></td>
  22.     <td><input type="text" name="aaaaa"></td>
  23.     <td><input type="submit"></td>
  24.     </form>
  25. </tr>

La sintaxis está bien no sé porque me sale ese problema, ojala puedan ayudarme.