Tengo un archivo html que contiene una tabla y un iframe. Funciona correctamente pero el iframe no me coge todo el espacil que sobra en la pantalla. Os pongo el código para que podais ejecutarlo y ver a que me refiero:
Código HTML:
<!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" /> <title>Asun</title> </head> <body> <table width='100%' height='75%' border='0' bgcolor='#47b7f6'> <tr> <td> <table width='100%' border='0'> <td>Asunto:</td> <td>Asunto1</td> </tr> </table> </td> <td align='right'> Lista </td> </table> <iframe width='100%' height="100%" src='http://www.forosdelweb.com'> </iframe> </body> </html>
Muchas gracias