Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/08/2010, 02:00
oskarvisual
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: ¿Cómo poner 2 banners uno al lado del otro?

Se me ocurre que lo puedes hacer con una simple tabla... para que no te compliques la vida... jeje...
acá te paso el código

Código HTML:
Ver original
  1. <table width="604" border="0" cellpadding="2" cellspacing="2" bgcolor="#CC0000">
  2.   <tr>
  3.     <td>
  4. <script type="text/javascript"><!--
  5. google_ad_client = "pub-______________";
  6. /* 300x250, creado 23/06/10 */
  7. google_ad_slot = "1299699805";
  8. google_ad_width = 300;
  9. google_ad_height = 250;
  10. //-->
  11. <script type="text/javascript"
  12. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  13. </script></td>
  14.     <td>
  15. <script type="text/javascript"><!--
  16. google_ad_client = "pub-______________";
  17. /* 300x250, creado 23/06/10 */
  18. google_ad_slot = "1299699805";
  19. google_ad_width = 300;
  20. google_ad_height = 250;
  21. //-->
  22. <script type="text/javascript"
  23. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  24. </script></td>
  25.   </tr>