Cita:
Iniciado por humansl11
Código:
while($row = $f)
{
echo "<tr>";
echo"<td ><b>Años</b> </td>";
echo"<td><input type='text' value='".$row['ano']."' /></td>";
echo"<td>";
echo"<img src='../../../asset/iconos/flashdisk (3).png' width='16' height='16' title='Editar' style='cursor:pointer;' />";
echo" <img src='../../../asset/iconos/page_white_delete (4).png' width='16' height='16' title='Eliminar Año' style='cursor:pointer;' />";
echo"</td>";
echo"</tr>";
}
Prueba asi:
Código PHP:
Ver original {
echo "<tr>";
echo"<td ><b>Años</b> </td>";
echo"<td><input type='text' value='".$row['ano']."' /></td>";
echo"<td>";
echo"<img src='../../../asset/iconos/flashdisk (3).png' width='16' height='16' title='Editar' style='cursor:pointer;' />";
echo" <img src='../../../asset/iconos/page_white_delete (4).png' width='16' height='16' title='Eliminar Año' style='cursor:pointer;' />";
echo"</td>";
echo"</tr>";
}