Ver Mensaje Individual
  #12 (permalink)  
Antiguo 13/08/2009, 00:58
Avatar de Corneja
Corneja
 
Fecha de Ingreso: febrero-2008
Ubicación: Senolaf
Mensajes: 268
Antigüedad: 16 años, 1 mes
Puntos: 8
Respuesta: Se ve bien en Mozilla, no en Internet Explorer

Si te empeñas en hacerlo con tablas hazlo así

Código HTML:
<table width="652" align="center"> 
    <tr>
        <td  width="326" align="center">
            <script type="text/javascript">
                <!-- google_ad_client = "XXX";
                /* 300x250, creado 20/03/09 */
                google_ad_slot = "4549181799";
                google_ad_width = 300;
                google_ad_height = 250;
                //-->
            </script>
            <script type="text/javascript" src="XXXX"></script>
        </td>
        <td  width="326" align="center">
            <script type="text/javascript">
                <!--google_ad_client = "XXX";
                /* 300x250, creado 20/03/09 */
                google_ad_slot = "4549181799";
                google_ad_width = 300;
                google_ad_height = 250;
                //-->
            </script>
            <script type="text/javascript" src="XXXX"></script>
        </td>
    </tr>
</table> 
Así consigues lo mismo con mucho menos código y ya sería la si lo haces sin tablas tal y como te estamos diciendo desde hace días
Código HTML:
<style>
#google_1{
    float:left;
    margin-right: 6px;
}
#google_1{
    float:right;
    margin-left: 6px;
}
.anuncio{
    width: 320 px;
    padding: 10px 0px 10px 0px;
}
</style>

<div id="google_1" class="anuncio">
    <script type="text/javascript">
    <!--google_ad_client = "XXX";
    /* 300x250, creado 20/03/09 */
    google_ad_slot = "4549181799";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
    <script type="text/javascript" src="XXXX"></script>
</div>
<div id="google_2" class="anuncio">
    <script type="text/javascript">
    <!--google_ad_client = "XXX";
    /* 300x250, creado 20/03/09 */
    google_ad_slot = "4549181799";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
    <script type="text/javascript" src="XXXX"></script>
</div> 
La gran ventaja de no usar tablas es que si el día de mañana quieres cambiar el diseño no tocas el código de la página, sólo tienes que cambiar el css