Ver Mensaje Individual
  #10 (permalink)  
Antiguo 05/01/2009, 07:08
Hasten
 
Fecha de Ingreso: octubre-2008
Mensajes: 156
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: Problema con la plantilla Td Dimje

He estado mirando y parece que ya hay esos estilos. En el css sale:

/* TOP AREA
--------------------------------------------------------- */
div#topareadiv{
height: 200px;
}
div#logo{
width: 200px;
height: 200px;
background: url(../images/logo_blue.gif) no-repeat;
float: left;
}
div#bannerdiv{
width: 750px;
height: 185px;
float: left;
}
div#banner{
padding-top: 29px;
text-align: left;

Y después en el index sale lo siguiente:

<!-- START: TOP AREA -->
<div id="topareadiv">
<div id="toparea">
<div id="logo">
<!-- -->
</div>
<div id="bannerdiv">
<script language="javascript" type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/scripts/flashobject.js"></script>
<div id="flashcontent">
OOPS. Your Flash player is missing or outdated.<a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Click here</a> to update your player so you can see this content.
</div>
<script type="text/javascript">
// <![CDATA[
var fo = new FlashObject("./templates/<?php echo $cur_template; ?>/images/header.swf", "topflash", "100%", "198", "1");
fo.addParam("wmode", "transparent");
fo.write("flashcontent");
// ]]>
</script>
</div>

¿Alguien ve el error?