NECESITO PONES CUALKIER TEXTO CENTRADO SOBRE EL BANNER, Y TAMBIEN QE EL TODA LA VENTADA DEL IFRAME OCUPE TODO EL ESPACIO ESPACIO.
GRACIAS.
LINK: http://localhost:8080/Javiie/principal.jsp
<body>
<table border="1">
<tr>
<td colspan="2">
<img src="imagenes/banner2.jpg" height="50px" width="800px"
<table border="1">
</td>
</tr>
</table>
<tr>
<td valign="top">
<table>
<tr>
<td><a href="inicio.jsp" target="contenido">Principal</a></td>
</tr>
<tr>
<td><a href="uno.jsp" target="contenido">Unidad 1</a></td>
</tr>
<tr>
<td><a href="dos.jsp" target="contenido">Unidad 2</a></td>
</tr>
<tr>
<td><a href="tres.jsp" target="contenido">Unidad 3</a></td>
</tr>
</table>
</td>
<td style="background-color: silver">
<iframe src="inicio.jsp" name="contenido" height="300" width="600">
</iframe>
</td>
</tr>
</table>
</body>