JSP (Java Server Page) - Imagen cortada en WEB

 
Vista:

Imagen cortada en WEB

Publicado por Dario Alejandro (1 intervención) el 07/12/2007 14:48:15
Hola a todos, uso mi pc como servidor de una pequeña web que estoy haciendo. resulta que en mi pc se ve la imagen de entrada perfecto, pero al verla desde otra maquina, la imagen aparece cortada al medio. cuando entro a la pag despues de poner la clave, la imagen de adentro tambien aparece cortada a la mitad horizxontalmente las dos. alguien tiene idea y me puede ayudar. el codigo de la imagen de adentro es simple y se los paso aqui

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Login</title>
<style type="text/css"> </style>
</head>
<body >
<table width="100%" height="100%" bgcolor="white" style="border-width: thin;" cellpadding="1">
<tr>
<td width="100%">
<html>
<head>
</head>

<body >
<form name="LoginActionForm" method="post" action="/strutsTutorial/loginAction.do">
<table align="center">
<tr align="center">
<td width="100%" align="center"><img src="images/moria.gif"> </td>
</tr>
<tr>
<td Style="font-family: Arial;">
Password
<input type="password" name="password" value="">
</td>
<tr align="center">
<td>
sd:<input type="button" name="btnIngresar" value="Abre la Puerta" onclick="loginAction.do" class="botonPlano">
</td>
</tr>

</table>
</form>
</body>
</html> </td>
</tr>
<tr>
<td valign="bottom"> <table width="100%">
<tr>
<td align="center">
<font color="#023264" size="-1">
<em> Copyright © 2007, Dario A. Zeballos </em>
</font>
</td>
</tr>
</table>


</td>
</tr>

</table>
</body>
</html>

Gracias por su ayuda
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder