Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/05/2011, 15:05
claudiomacromediat1
 
Fecha de Ingreso: septiembre-2008
Mensajes: 115
Antigüedad: 15 años, 7 meses
Puntos: 0
Problema con Plantilla.dwt no se me ven las imagenes

hola amigos cree una plantilla con Dreamweaver CS5y cuando la quiero aplicar a una pagina, me desaparece el contenido de imagenes les dejo el codigo de mi plantilla:

espero me ayuden gracias!

Código:
<!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=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>AIKIDO San Fernando</title>
<!-- TemplateEndEditable -->
<meta name="Keywords" content="aikido, federico calleja, ki, zona norte, aikido San 

Fernando, aikido san fernando y victoria, organizacion argentina de aikido,  relajacion, estress, masajes, morihei 

ueshiba, miyazawa kenzo, nishida makot "/>
<meta name="Description" content="El aikido es un arte marcial de origen japonés fundado por el Maestro 

Morihei Ueshiba (Osensei), el cual tiene un profundo contenido espiritual y filosófico. El Maestro Ueshiba, 

concluyó que el verdadero espíritu de las artes marciales no se encuentra en una atmósfera competitiva y 

combativa, donde la fuerza bruta predomina. El aikido es un camino abierto a toda la gente de todas las 

edades, sexos, capacidades, clases, nacionalidades y razas, que aspiran a ser uno con la naturaleza, el 

entrenamiento de la mente y el cuerpo está basado en el amor y la armonía, y principalmente intenta 

cultivar la verdadera humanidad en un mundo pacifico."/>
<meta name="Distribution" content="global"/>
<meta name="Robots" content="all"/>
<style type="text/css">
.celda_botonera {
	background-image: url(../imagenes/botonera_s1.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
}
body {
	background-image: url(../imagenes/fondito_de_pagina.png);
	background-repeat: repeat;
	font-size: 13px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	font-weight: bold;
}
.celda_central {
	background-image: url(../imagenes/img_fondo_uno.png);
	background-repeat: no-repeat;
	text-align: justify;
}
.resaltar_texto_amarillo {
	color: #FF0;
	text-align: justify;
}
</style>
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>

<body>
<table width="930" height="675" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="700" bgcolor="#000000"><table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="120" colspan="8" bgcolor="#FFFFFF" class="celda_banner"><img src="../imagenes/banner_tres.png" width="900" height="120" border="0" usemap="#Map" /></td>
        </tr>
      <tr class="celda_botonera">
        <td width="89" height="30" align="center" valign="middle" bgcolor="#FFFFFF" class="celda_botonera">- Inicio  -</td>
        <td width="106" align="center" valign="middle" bgcolor="#FFFFFF" class="celda_botonera"> - Mas Aikido -</td>
        <td width="105" align="center" valign="middle" bgcolor="#FFFFFF" class="celda_botonera"> - O' Sensei -</td>
        <td width="178" align="center" valign="middle" bgcolor="#FFFFFF" class="celda_botonera"> - Grandes Maestros -</td>
        <td width="125" align="center" valign="middle" bgcolor="#FFFFFF" class="celda_botonera">- Fotos y Videos -</td>
        <td width="101" align="center" valign="middle" bgcolor="#FFFFFF" class="celda_botonera">- Eventos -</td>
        <td width="95" align="center" valign="middle" bgcolor="#FFFFFF" class="celda_botonera">- Artículos -</td>
        <td width="101" align="center" valign="middle" bgcolor="#FFFFFF" class="celda_botonera">- Contacto -</td>
        </tr>
      <tr>
        <td height="500" colspan="8" valign="top" bgcolor="#000000" class="celda_central"><!-- TemplateBeginEditable name="contenido" -->
          <table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
        <!-- TemplateEndEditable --></td>
        </tr>
      <tr>
        <td colspan="8" bgcolor="#990000">&nbsp;</td>
        </tr>
    </table></td>
  </tr>
</table>

<map name="Map" id="Map">
  <area shape="circle" coords="102,60,45" href="http://www.aikidoargentina.org" target="_blank" alt="Sede Central Organización Argentina de Aikido" />
</map>
</body>
</html>