Código HTML:
Ver original
<?php //Codigo de Seguridad defined('_JEXEC') or die('Acceso Denegado'); //Definiendo Variables $ruta_p=JURI::base()."templates/".$this->template."/"; $ruta_s=JURI::base(); $blog_texto=JRequest::getVar('view'); //$contenido="-parcial"; Solo si hay modulos en left o en right pero no en ambos a la vez. $contenido=""; if($this->countModules('left')){ $contenido="-parcial"; } ?> <!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>"> <head> <jdoc:include type="head" /> <!--Carga de Archivos CSS--> <link href="<?php echo $ruta_p;?>css/template.css" type="text/css" rel="stylesheet" /> <link href="<?php echo $ruta_s;?>templates/system/css/general.css" type="text/css" rel="stylesheet" /> <link href="<?php echo $ruta_s;?>templates/system/css/system.css" type="text/css" rel="stylesheet" /> </head> <body class="fondo" > <div id="contenedor"> <div id="cabecera"> </div><!--fin cabecera--> <div id="contenido" class="clearfix"> <div id="columna1"><jdoc:include type="modules" name="left" style="xhtml" /> </div><!--fin columna1--> <div id="columna2<?php echo $contenido;?>"> <jdoc:include type="message" /> <div class="espaciador"> <?php if($blog_texto=="user"){ ?> <div id="bienvenidos"><jdoc:include type="modules" name="user3" style="none" /> </div> <?php }?> <jdoc:include type="component" /> </div> <!--fin espaciador1--> </div><!--fin columna2--> <div id="columna3"><jdoc:include type="modules" name="right" style="xhtml" /> <!--Formulario Getresponse--> <style type="text/css"><!-- #webFrmID { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px; color: #666;} #webFrmID .cntBox { position: relative; left: 50%; width: auto; float: left; clear: both; text-align: left; margin: 5px 0 12px 0; } #webFrmID .cntBox .box { position: relative; left: -50%; float: left; padding: 0; }#webFrmID .chikLet { margin: 0 0 5px 0; padding: 0; height: 24px; }#webFrmID .chikLet li, .chikLet li span { background: url(http://www.getresponse.com/images/core/icons/gr_chicklet.png) left top no-repeat; display: block; height: 24px; }#webFrmID .chikLet li { margin: 0; padding: 0 0 0 24px; float: left; line-height: 24px; }#webFrmID .chikLet li span { background-position: right bottom; padding: 0 8px 0 4px; float: left; }#webFrmID .clearer { width: 100%; height: 0.1px; font-size: 0.1px; clear: both; line-height: 0.1px; }--></style><div id="webFrmID"> <form accept-charset="utf-8" action="http://www.getresponse.com/cgi-bin/add.cgi" style="width: 150px; font-family: Arial, Helvetica, sans-serif; font-weight:bold background-color: #ffffff; margin: 5px;"><input type="hidden" name="custom_http_referer" id="custom_http_referer" value=""/><div id="webform_title" style="line-height:21px; padding: 7px 20px 7px 20px; font-size: 12px; color: #ffffff; background-color: #18469d; border: 1px solid #18469d;">Boletín Electrónico</div><div style="font-family: tahoma; width:150px; border: 1px solid #DEDEDE;"><div style="font-size: 12px; color: #4C4B4B; padding: 16px; padding-bottom: 12px;"></div><hr style="height: 1px; border: 0; background-color: #F0F0F0; color: #F0F0F0; margin: 0 20px 0 20px;"/><ul id="fields" style="list-style: none; margin: 0; font-size: 12px; color: #7B7B7B; padding: 15px 30px 15px 30px;"><li id="subscriber_name-field" style="padding: 0px 0 0px 0; margin: 0; background: none; width: 100%;"> <input style="float: right; border: 1px solid #AEB186; width: 110px;" id="subscriber_name" name="subscriber_name" type="text" value=""/><div style="clear: both;"/></li><li id="subscriber_email-field" style="padding: 0px 0 0px 0; margin: 0; background: none; width: 100%;"><label style="float: left;" for="subscriber_email">Email :</label><input style="float: right; border: 1px solid #AEB186; width: 110px;" id="subscriber_email" name="subscriber_email" type="text" value=""/><div style="clear: both;"/></li></ul><ul style="list-style: none; margin: 0; font-size: 12px; color: #7B7B7B; padding: 15px 30px 15px 30px; text-align: center;"></ul><input type="hidden" name="confirmation_url" id="confirmation_url" value=""/><input type="hidden" name="error_url" id="error_url" value=""/><input type="hidden" name="campaign_name" id="campaign_name" value="centroinfo"/><input type="hidden" name="custom_ref" id="custom_ref" value=""/><hr style="height: 1px; border: 0; background-color: #F0F0F0; color: #F0F0F0; margin: 0 20px 0 20px;"/><div style="text-align: center; padding-bottom: 18px; padding-top: 10px"><input id="webform_submit" style="cursor: hand; font-family: verdana; font-size: 18px; color: #FFFFFF; background-image: url(http://www.getresponse.com/images/common/templates/webforms/grey_button.png); border: 0; width: 140px; height: 33px; margin: 10px;" type="submit" value="Inscribeme"/><div class="cntBox"> <div class="box"> <ul class="chikLet"><li class="chikLetGr"><span><strong>346 </strong> subscribers</span></li></ul> </div></div><div style="color: #0000ff; margin-top: 10px;width: 100%; clear: both;">GetResponse <a href="http://www.getresponse.com/">Email Marketing</a></div><div class="clearer"></div></div></div></form></div><script type="text/javascript">var el=document.getElementById("custom_http_referer");if(el != null){el.value = document.location};</script> <!--fin columna3--> </div><!--fin contenido--> </div><!--fin contenedor--> </div> </body> </html>
Debo aclarar que esta es una plantilla para un sitio montado en joomla, pero creo que el problema es de html