Tengo muchos problemas con una imagen que esta en una tabla (con tabla y sin tabla se presenta el problema) el problema es que la imagen no aparece desde el principio del frame sino más abajo, aqui les dejo una imagen:
http://mx.geocities.com/alannars/logomal.jpg
como ven la imagen esta en el FRAME SUPERIOR, este es el codigo que estoy usando:
Cita:
se supone que el frame es del mismo tamaño que la tabla y la imagen por lo que yo pienso que no deberia de haber problema.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin título</title>
<style type="text/css">
<!--
body {
background-color: #ecf4ff;
}
-->
</style></head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"><div align="center"><img src="imagen001.PNG" width="175" height="93"></div></th>
</tr>
</table>
</div>
</body>
</html>
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin título</title>
<style type="text/css">
<!--
body {
background-color: #ecf4ff;
}
-->
</style></head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"><div align="center"><img src="imagen001.PNG" width="175" height="93"></div></th>
</tr>
</table>
</div>
</body>
</html>
el codigo del conjunto de frames es el siguiente:
Cita:
como ven segun yo va todo bien, pero la imagen no aparece al principio sino se tapa ¿cual es el problema?<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin título</title>
</head>
<frameset rows="93,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="superior.htm" name="topFrame" scrolling="NO" noresize>
<frame src="inicio.htm" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin título</title>
</head>
<frameset rows="93,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="superior.htm" name="topFrame" scrolling="NO" noresize>
<frame src="inicio.htm" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
PD: lo que quiero es que al final se vea asi:
http://mx.geocities.com/alannars/logobien.jpg
ESPERO QUE ME AYUDEN PRONTO ¡SALUDOS!