Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/09/2008, 17:29
mikel1984
 
Fecha de Ingreso: marzo-2008
Ubicación: en Las matas ( las rozas ). y actualmente en mi casa de mis papis.jejeje
Mensajes: 94
Antigüedad: 16 años, 1 mes
Puntos: 0
Respuesta: Ayuda con imagenes en DreamWeaver

aun no la tengo subida por internet, pero me imagino que querras ver los codigos:

Estos son los correspondientes a un documento con una imagen en vertical

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 2px;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 2px;
}
.Estilo1 {font-family: <div id="Layer1" style="position:absolute; left:373px; top:567px; width:460px; height:923px; z-index:1"></div>Fuente predet.}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>

<body>
<div id="Layer1" style="position:absolute; left:316px; top:27px; width:903px; height:588px; z-index:1"><img src="1-CURRICULUM%20MIKEL%20PORTADA1.jpg" width="905" height="589" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="21,382,336,423" href="2-CURRICULUM%20VITAE%20MIKEL%20DATOS%20PERSONALES.ht m">
<area shape="rect" coords="19,426,345,465" href="3-CURRICULUM%20VITAE%20MIKEL%20DATOS%20ACADEMICOS.ht m">
</map>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>
</html>


Y estos a un documento con imagen en horizontal

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>

<body>
<div id="Layer1" style="position:absolute; left:365px; top:64px; width:575px; height:322px; z-index:1"><img src="CURRICULUM%20MIKEL%2050%20ANIVERSARIO%20MORTA DELO%20Y%20FILEMON4.jpg" width="945" height="945"></div>
</body>
</html>