Ver Mensaje Individual
  #9 (permalink)  
Antiguo 08/10/2010, 12:10
hhc
 
Fecha de Ingreso: octubre-2010
Mensajes: 8
Antigüedad: 14 años, 3 meses
Puntos: 0
Respuesta: URL Amigable Problemas

pues es que la que contiene toda la estructura es el index.php las demas nada mas son como este tipo
Código HTML:
<table width="522" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="522" valign="top">
          	<div id="selectRegistro" style="text-align:center;">
            	<table width="500" border="0" cellspacing="0" cellpadding="0">
  					<tr>
					    <td width="246">
					    	<div style="width:246px; height:138px; text-align:center; padding-top:12px;">
                            	<a href="?grupo=usuario"><img src="<?=_path?>images/useregist.png" border="0" alt="Usuario" /></a>
                               <!-- <a href="grupo/usuario/"><img src="<?=_path?>images/useregist.png" border="0" alt="Usuario" /></a>-->
                            </div>
					    </td>
					    <td width="8">&nbsp;</td>
					    <td width="246">
					    	<div style="width:246px; height:138px; text-align:center; padding-top:12px;">
                            	<a href="?grupo=agencia"><img src="<?=_path?>images/dealeregist.png" border="0" alt="Agencia" /></a>
                            </div>
					    </td>
				    </tr>
				</table>
            </div>
            <div class="beneUsersDealers" style="text-align:center;">
            	<table width="500" border="0" cellspacing="0" cellpadding="0">
  					<tr>
					    <td width="246" valign="top">
					    	<div style="background:url(<?=_path?>images/bg_ben_regist.png) no-repeat; width:246px; height:180px;">
                            	<div class="regiTitulo">Beneficios Particulares</div>
                                 <div style="text-align:justify; font-size:10px; color:#FFF; width:200px; margin:auto; font-family:Verdana; padding-left:10px;">
                                	<ul>
                                    	<li>Incluye excelente servicio y atenci&oacute;n a sus necesidades, por 3 d&iacute;as!</li>
                                        <li>Su anuncio lleva su informaci&oacute;n de contacto</li>
                                        <li>Pueden subir hasta 7 fotos y un video</li>
                                    </ul>
                                </div>
                            </div>
					    </td>
					    <td width="8">&nbsp;</td>
					    <td width="246" valign="top">
					    	<div style="background:url(<?=_path?>images/bg_ben_regist_2.png) no-repeat; width:246px; height:342px;">
                            	<div class="regiTitulo">Beneficios Agencias</div>
                                <div style="text-align:justify; font-size:10px; color:#FFF; width:200px; margin:auto; font-family:Verdana; padding-left:10px;">
                                	<ul>
                                    	<li>Todos nuestros paquetes cuentan con enormes descuentos, puedes anunciar tu agencia desde $599 pesos al mes.</li>
                                        <li>Cada paquete incluye excelente servicio y atenci&oacute;n a sus necesidades, sin l&iacute;mites!</li>
                                        <li>Todos sus anuncios llevan su logotipo junto con su informaci&oacute;n de contacto</li>
                                        <li>Las agencias pueden subir hasta 12 fotos y un video a cada uno de sus anuncios.</li>
                                        <li>Ser&aacute;s atendido por un asesor cada 7 d&iacute;as para actualizar sus veh&iacute;culos y subir su nuevo inventario sin ning&uacute;n costo extra.</li>
                                    </ul>
                                </div>
                            </div>
					    </td>
				    </tr>
				</table>
          	</div>
          </td>
        </tr>
</table> 

Última edición por hhc; 08/10/2010 a las 12:18