¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Significado de codigos y errores

Ir abajo

Significado de codigos y errores Empty Significado de codigos y errores

Mensaje por Admin Jue Ago 14, 2008 2:15 pm

AQUI LES DEJO EL SIGNIFICADO DE LOS CODIGOS Y ALGUNOS ERRORES MAS FRECUENTES.

Esta marca el inicio y fin de un documento HTML

Esta se usa para identificar el nombre de la página. El texto que contenga esta se mostrará en la parte superior de tu explorador. Y es el nombre con que será anotada en los Favoritos.<br /><BODY> Esta es la que define los atributos de la página. En estos se incluye: el color del fondo, la imagen de fondo (si hay alguna), el color del texto, el color de los enlaces, el color de los enlaces visitados y los enlaces activos, dentro de esta etiqueta esta la mayoría del contenido de tu página web.<br /><br />ATRIBUTOS:<br /><br />BGCOLOR: Color de fondo de la página.<br />BACKGROUND: Imagen de fondo.<br />TEXT: Color del texto.<br />LINK: Color de los enlaces.<br />VLINK: Color de los enlaces visitados.<br />ALINK: Color de los enlaces activos.<br /><br />Ejemplo:<br /><body><br />Contenido<br /></body><br /><br /><br /><br />Ok, ahora que conoces las etiquetas básicas, aquí tienes la estructura básica de una página web:<br /><br /><html><br /><head><br /><title><br />El título aquí<br />


El contenido de la página y las imágenes aquí



preguntas:

¿Como quito ese molesto borde azul de mis imágenes?
Todo lo que tienes que hacer, es añadir el atributo BORDER=0 dentro de tu etiqueta , y estará hecho.

¿Como puedo poner un .gif animado en mi página?
De igual forma que una imagen. Un GIF animado es un solo archivo.

¿Como cambio el color de mis enlaces o de mis enlaces visitados?
Estos colores son especificados en la etiqueta . los atributos LINK= define el color de tus enlaces, y VLINK= define el color de los enlaces visitados. Para mas información sobre esto, visita El diccionario de HTML.

¿Como puedo aumentar la velocidad en que se cargue mi página?
Existen varias formas: insertando la altura y el grosor de las imágenes, no llenar la página con cantidades de Java o animaciones, reducir el número de colores de tus imágenes .GIF, reducir el nivel de compresión en los archivos JPG.



PREGUNTAS DE MARCOS

¿Como elimino todos los bordes de mi página de marcos?
Inserta FRAMEBORDER=0 BORDER=0 FRAMESPACING=0 dentro de tu etiqueta frameset. Esto eliminará todos los bordes en cualquier navegador.

¿En marcos, como elimino todos los marcos y cargo una página por completo?
Inserta TARGET="_top" dentro de tu etiqueta , esto eliminará el marco.

¿En marcos, como puedo hacer que un enlace se cargue en dos páginas?
No existe alguna simple etiqueta que haga esto, pero puedes hacerlo con Javascript o VBscript. Debajo hay un ejemplo en VBscript:




haz clic


PREGUNTAS COMUNES

¿Por que las imágenes que hago, se ven con menos calidad cuando se cargan en el navegador?
La mayoría de los navegadores tienen una paleta de colores definida y tratará de combinarla con el color mas parecido a tu imagen, pero a veces ellos están muy distanciados. Digamos que tienes una foto con 30 tipos de verdes en ella, pero la paleta de Netscape solo permitirá 6 verdes. Tus 30 tipos de verdes serán reducidos a 6 y tu foto perderá calidad. Esto es algo que no se puede solucionar. Internet Explorer maneja mejor los colores pero igualmente es un problema.


¿Como puedo hacer que mi página se vea igual tanto en Netscape como en Internet Explorer?
No puedes, al menos que tengas una página totalmente aburrida. Mientras tu página sea mas complicada, mas difícil será hacer que se vea igual en todos los navegadores. Tu puedes aprender las equivalencias de las etiquetas en IE o Netscape y usar ambas, pero todavía hay ciertas formas en que cada navegador se comporta y no puede ser alterada por HTML. Tu sólo puedes ajustarte a estos problemas o diseñar una página para cada navegador.

diccionario:
Crea un comentario en tu código HTML que no se verá en la página.

Crea un enlace a otra página o a otro sitio de la misma página.

Empieza los comandos para una aplicación JAVA®.

Define un area de enlace en un mapa de imagen.

Hace que el texto que se encuentra dentro de la etiqueta esté en negrita

Añade sonido de fondo a la página. Usando archivos MIDI o WAV.

Hace el texto un tamaño mas grande que el tamaño base

Hace que el texto encerrado en esta etiqueta parpadee (solo funciona con Netscape®)

Define la imagen de fondo, el color de fondo, el color del texto, el color de los enlaces


Hace un espacio divisor después de una serie de texto o gráficos.

Centra un grupo de texto y gráficos.

Cambia el tamaño, color y letra del texto.

Define un marco dentro de tu etiqueta .

Define los atributos de una página que va a usar marcos.

de

Presenta el texto en forma de encabezado.


Crea una línea horizontal.

Especifica que el documento está escrito en HTML.

Inserta una imagen.

Crea un texto desplazándose en una dirección (solo acepta MS Internet Explorer).

Crea un texto en subíndice 49.

Crea un texto en superíndices 23 .

Define una columna dentro de una tabla.

Define el encabezado en una tabla .

Define el título de una página .<br /><br /><tr> Especifica una fila dentro de una tabla.<br />ERRORES BÁSICO DE HTML - asegúrate de que...<br /><br /><br />Salvaste el archivo como un HTM o HTML<br />La página que estás buscando en tu navegador es la misma con la que estas trabajando.<br />Cerraste la etiqueta si así lo requiere </><br />Le colocaste las "<>" a las etiquetas<br /><br /><br /><br />ERRORES DE IMAGEN - asegúrate de que...<br /><br />La imagen que quieres mostrar está en el mismo directorio que tu archivo HTML.<br />Si la imagen está en otro directorio lo estás señalando en tu etiqueta IMG.<br />Escribiste el nombre de la imagen correctamente y tiene la correcta extensión (.GIF o .JPG).<br />El nombre de la imagen esta en minúscula.<br /><br />ERRORES DE TABLA - asegúrate de que...<br /><br /><br />Dibujaste en un papel como se va a ver la tabla final, para ayudarte a visualizarla.<br />Pusiste BORDER=2 en tu tabla para localizar errores mas fácil.<br />Todas tus etiquetas <TABLE>, <TR> y <TD> están cerradas por su etiqueta correspondiente </TD>, </TR> y </TABLE>.<br />Si tienes 6 filas en tu tabla, tu tienes 6 etiquetas <TR>.<br />Si tienes 3 columnas en tu tabla, debes tener 3 etiquetas <TD> en cada fila (excepto que tengas en las etiquetas los atributos ROWSPAN o COLSPAN).<br />Si vas a alinear tus imágenes una al lado de la otra, debes tener los atributos BORDER=0 CELLPADDING=0 CELLSPACING=0 en tu etiqueta <TABLE>.</div></div></div><div class="postprofile" id="profile184"><!-- div class="online2"></div--><dl><dt><img loading="lazy" src="https://2img.net/u/4011/63/13/24/avatars/1-24.gif" alt="Admin" style="max-width: 200px; max-height: 600px" /><br /><strong style="font-size:1.2em"><span style="color:#FF0000"><strong>Admin</strong></span></strong></dt><dd>Admin<br /><img src="https://2img.net/i/itest/ranks/stars/stars13.gif" alt="Admin" title="Admin" loading="lazy" /><br /></dd><dd class="dd_award right"></dd><dd class="award_more"></dd><dd><br /></dd><dd><span class="label"><span style="color:#31ff00;"></span></span> <img src="https://2img.net/i/fa/subsilver/icon_minigender_male.gif" alt="Masculino" title="Masculino" /><br /><span class="label"><span style="color:#31ff00;">Cantidad de envíos</span> : </span> 221<br /><span class="label"><span style="color:#31ff00;">Edad</span> : </span> 30<br /><span class="label">Fecha de inscripción : </span> 21/07/2008<br /></dd><dd><br /></dd><dd> <a href="http://nikeandjoska1993.es.tl" title="Visitar el sitio web del autor" target="_blank" rel="nofollow"><img src="https://2img.net/s/t/10/90/25/i_icon_www.gif" alt="http://nikeandjoska1993.es.tl" /></a></dd></dl></div><div class="clear"></div><div class="fa_like_div"><p class="fa_like_list" style="display: none;"></p><button class="rep-button " data-href="" data-href-rm=""><svg width="13px" height="13px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 1344q0-26-19-45t-45-19q-27 0-45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45-18.5t19-45.5zm160-512v640q0 26-19 45t-45 19h-288q-26 0-45-19t-19-45v-640q0-26 19-45t45-19h288q26 0 45 19t19 45zm1184 0q0 86-55 149 15 44 15 76 3 76-43 137 17 56 0 117-15 57-54 94 9 112-49 181-64 76-197 78h-129q-66 0-144-15.5t-121.5-29-120.5-39.5q-123-43-158-44-26-1-45-19.5t-19-44.5v-641q0-25 18-43.5t43-20.5q24-2 76-59t101-121q68-87 101-120 18-18 31-48t17.5-48.5 13.5-60.5q7-39 12.5-61t19.5-52 34-50q19-19 45-19 46 0 82.5 10.5t60 26 40 40.5 24 45 12 50 5 45 .5 39q0 38-9.5 76t-19 60-27.5 56q-3 6-10 18t-11 22-8 24h277q78 0 135 57t57 135z" fill="#666"/></svg><span>Me gusta</span><span class="rep-nb" style="display:none;"></span></button><button class="rep-button " data-href="" data-href-rm=""><svg width="13px" height="13px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 576q0 26-19 45t-45 19q-27 0-45.5-19t-18.5-45q0-27 18.5-45.5t45.5-18.5q26 0 45 18.5t19 45.5zm160 512v-640q0-26-19-45t-45-19h-288q-26 0-45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45-19t19-45zm1129-149q55 61 55 149-1 78-57.5 135t-134.5 57h-277q4 14 8 24t11 22 10 18q18 37 27 57t19 58.5 10 76.5q0 24-.5 39t-5 45-12 50-24 45-40 40.5-60 26-82.5 10.5q-26 0-45-19-20-20-34-50t-19.5-52-12.5-61q-9-42-13.5-60.5t-17.5-48.5-31-48q-33-33-101-120-49-64-101-121t-76-59q-25-2-43-20.5t-18-43.5v-641q0-26 19-44.5t45-19.5q35-1 158-44 77-26 120.5-39.5t121.5-29 144-15.5h129q133 2 197 78 58 69 49 181 39 37 54 94 17 61 0 117 46 61 43 137 0 32-15 76z" fill="#666"/></svg><span>No me gusta</span><span class="rep-nb" style="display:none;"></span></button></div><p class="right"><a href="#top"><img src="https://2img.net/i/fa/fdf3/up11.png" alt="Volver arriba" loading="lazy" /></a> <a href="#bottom"><img src="https://2img.net/i/fa/fdf3/down11.png" alt="Ir abajo" loading="lazy" /></a></p><span class="corners-bottom"><span></span></span></div></div><a name="bottomtitle"></a><p class="left-box"><a href="#top"><img src="https://2img.net/i/fa/fdf3/up11.png" alt="Volver arriba" loading="lazy" /></a></p><div class="clear"></div><div class="noprint"><p class="right"></p></div><div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em"><span class="corners-top"><span></span></span><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img class="sprite-tabs_more" src="https://2img.net/i/empty.gif" alt="+" align="" border="0" /></a></span><span class="ptrafic"> Temas similares</span><span class="corners-bottom"><span></span></span></div><div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em"><span class="corners-top"><span></span></span><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img class="sprite-tabs_less" src="https://2img.net/i/empty.gif" alt="-" align="" border="0" /></a></span><span class="ptrafic"> Temas similares</span><div class="clear"></div><div>» <a href="/t102-coleccion-de-codigos" title="Coleccion de codigos" >Coleccion de codigos</a><br />» <a href="/t114-poner-codigos-html-en-pwg" title="Poner codigos html en PWG" >Poner codigos html en PWG</a><br /></div><span class="corners-bottom"><span></span></span></div><a name="quickreply"></a><hr /><div class="topic-actions"><div class="buttons"></div><div class="pathname-box"><p><a class="nav" href="/forum"></a><a class="nav" href=""></a> :: <a href="/c5-tutoriales" class="nav"><span>Tutoriales</span></a> :: <a href="/f15-tutoriales-pwg" class="nav"><span>Tutoriales PWG</span></a></p></div><div class="pagination">Página <strong>1</strong> de <strong>1</strong>.</div></div><div class="clear"></div><form action="/viewforum" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}"><fieldset class="jumpbox"><label>Cambiar a: </label><select name="selected_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Seleccionar un foro</option><option value="-1"></option><option value="-1">|</option><option fa_attr="true" value="c1">|--Administracion</option><option fa_attr="true" value="f1">|   |--Las Reglas</option><option fa_attr="true" value="f11">|   |--Presentate</option><option fa_attr="true" value="f3">|   |--Problemas Generales</option><option fa_attr="true" value="f12">|   |--Categorias</option><option fa_attr="true" value="f2">|   |--Promociona tu Web</option><option value="-1">|   </option><option fa_attr="true" value="c3">|--Talleres PWG</option><option fa_attr="true" value="f6">|   |--Plantillas Ice Blue y Css</option><option fa_attr="true" value="f7">|   |--Banners y Botones</option><option fa_attr="true" value="f8">|   |--Cabezales y fondos web.</option><option fa_attr="true" value="f18">|   |--Firmas y Avatars</option><option fa_attr="true" value="f14">|   |--Taller Flash</option><option fa_attr="true" value="f9">|   |--Otros temas sobre PWG.</option><option fa_attr="true" value="c7">|       |--Conoce PWG</option><option fa_attr="true" value="f23">|           |--Platillas PWG</option><option fa_attr="true" value="f22">|           |--Extras de PWG</option><option value="-1">|   </option><option fa_attr="true" value="c2">|--Programas</option><option fa_attr="true" value="c4">|   |--Juegos</option><option fa_attr="true" value="f10">|       |--Juegos PC</option><option fa_attr="true" value="f24">|       |--Juegos PS2</option><option fa_attr="true" value="f13">|       |--Juegos PS3</option><option value="-1">|   </option><option fa_attr="true" value="c5">|--Tutoriales</option><option fa_attr="true" value="f16">    |--Tutoriales</option><option fa_attr="true" value="f15">    |--Tutoriales PWG</option></select><input type="hidden" name="tid" value="632f43ca7ab9e33de9800998ecf8427e" /> <input class="button2" type="submit" value="Ir" /></fieldset></form><div class="h3"><strong>Permisos de este foro:</strong></div><strong>No puedes</strong> responder a temas en este foro.<br /><div id="kb26cece1" style="clear:both;"><div align="center"> <div style="text-align:center; display:inline-block; margin:0 auto;"> <table border="0" cellspacing="0" cellpadding="0" style="padding:0; margin:0; border:none;"> <tbody> <tr> <td valign="top" style="padding:32px 32px; "> <script type="text/javascript">//<![CDATA[ function AT_adFillSlot(){document.write('<scr' + 'ipt language="JavaScript" type="text/javascript">rp_account="11662";rp_site="36494";rp_zonesize="151258-15";rp_adtype="js";rp_smartfile="[SMART FILE URL]";</scr' + 'ipt><scr' + 'ipt type="text/javascript" src="https://ads.rubiconproject.com/ad/11662.js"></scr' + 'ipt>');}//]]> </script> <div id="crt-8x0c97dz1" style="width:300px;height:250px;margin:auto;"></div> <script type="text/javascript"> CriteoAdblock("crt-8x0c97dz1", 1356533,'criteo_13333601'); </script> <!-- BEGIN 13333601 --> <div id="criteo_13333601"> <script type="text/javascript"> Criteo.events.push(function() { Criteo.Passback.RenderAd('criteo_13333601', function(){ var width = "300"; var height = "250"; var slotid = "criteo_13333601"; var div = document.getElementById(slotid); if (div) { var ifr = document.createElement('iframe'); ifr.setAttribute("id", slotid + "_iframe"), ifr.setAttribute("frameborder", "0"), ifr.setAttribute("allowtransparency", "true"), ifr.setAttribute("hspace", "0"), ifr.setAttribute("marginwidth", "0"), ifr.setAttribute("marginheight", "0"), ifr.setAttribute("scrolling", "no"), ifr.setAttribute("vspace", "0"), ifr.setAttribute("width", "300"), ifr.setAttribute("height", "250"); div.appendChild(ifr); var ifrd = ifr.contentWindow.document; var htmlcode ='<scr' + 'ipt> window._taboola = window._taboola || [];_taboola.push({article:"auto"});!function (e, f, u, i) {if (!document.getElementById(i)){e.async = 1;e.src = u;e.id = i;f.parentNode.insertBefore(e, f);}}(document.createElement("script"),document.getElementsByTagName("script")[0],"\/\/cdn.taboola.com/libtrc/forforumotion-es/loader.js","tb_loader_script");</scr' + 'ipt><div id="taboola-300x250-thumbnails-7" style="background-color:#fffd"></div><scr' + 'ipt type="text/javascript">window._taboola = window._taboola || [];_taboola.push({mode: "thumbnails-300x250",container: "taboola-300x250-thumbnails-7",placement: "300x250 Thumbnails-7",target_type: "mix"});</scr' + 'ipt> <scr' + 'ipt type="text/javascript">window._taboola = window._taboola || []; _taboola.push({flush: true});</scr' + 'ipt>'; ifrd.open(); ifrd.write(htmlcode); ifrd.close(); } }); }); </script></div> <!-- END CRITEO TAG --></td> <td valign="top" style="padding:32px 32px; "> <script type="text/javascript">//<![CDATA[ function AT_adFillSlot(){document.write('<scr' + 'ipt language="JavaScript" type="text/javascript">rp_account="11662";rp_site="36494";rp_zonesize="151258-15";rp_adtype="js";rp_smartfile="[SMART FILE URL]";</scr' + 'ipt><scr' + 'ipt type="text/javascript" src="https://ads.rubiconproject.com/ad/11662.js"></scr' + 'ipt>');}//]]> </script> <div id="crt-8x0c97dz" style="width:300px;height:250px;margin:auto;"></div> <script type="text/javascript"> CriteoAdblock("crt-8x0c97dz", 1356533,'criteo_1333360'); </script> <!-- BEGIN 1333360 --> <div id="criteo_1333360"> <script type="text/javascript"> Criteo.events.push(function() { Criteo.Passback.RenderAd('criteo_1333360', function(){ var width = "300"; var height = "250"; var slotid = "criteo_1333360"; var div = document.getElementById(slotid); if (div) { var ifr = document.createElement('iframe'); ifr.setAttribute("id", slotid + "_iframe"), ifr.setAttribute("frameborder", "0"), ifr.setAttribute("allowtransparency", "true"), ifr.setAttribute("hspace", "0"), ifr.setAttribute("marginwidth", "0"), ifr.setAttribute("marginheight", "0"), ifr.setAttribute("scrolling", "no"), ifr.setAttribute("vspace", "0"), ifr.setAttribute("width", "300"), ifr.setAttribute("height", "250"); div.appendChild(ifr); var ifrd = ifr.contentWindow.document; var htmlcode ='<scr' + 'ipt> window._taboola = window._taboola || [];_taboola.push({article:"auto"});!function (e, f, u, i) {if (!document.getElementById(i)){e.async = 1;e.src = u;e.id = i;f.parentNode.insertBefore(e, f);}}(document.createElement("script"),document.getElementsByTagName("script")[0],"\/\/cdn.taboola.com/libtrc/forforumotion-es/loader.js","tb_loader_script");</scr' + 'ipt><div id="taboola-300x250-thumbnails-3" style="background-color:#fffd"></div><scr' + 'ipt type="text/javascript">window._taboola = window._taboola || [];_taboola.push({mode: "thumbnails-300x250",container: "taboola-300x250-thumbnails-3",placement: "300x250 Thumbnails-3",target_type: "mix"});</scr' + 'ipt> <scr' + 'ipt type="text/javascript">window._taboola = window._taboola || []; _taboola.push({flush: true});</scr' + 'ipt>'; ifrd.open(); ifrd.write(htmlcode); ifrd.close(); } }); }); </script></div> <!-- END CRITEO TAG --></td> </tr> </tbody> </table> </div></div></div><div style="height:3px"></div></div></div></div></div><div id="emptyidright"></div></div></div></div></div><div id="page-footer"><div class="navbar"><div class="inner"><span class="corners-top"><span></span></span><ul class="linklist clearfix"><li class="footer-home"><a class="icon-home" href="/forum" accesskey="h">Índice</a></li><li class="rightside"><strong><a href="https://www.foroactivo.com/" target="_blank">Crear foro</a></strong> | <span class="gensmall">©</span><a href="https://www.foroactivo.com/phpbb" target="_blank">phpBB</a> | <a name="bottom" href="http://asistencia.foroactivo.com/" target="_blank">Foro gratis de asistencia</a> | <a href="/abuse?page=%2Ft104-significado-de-codigos-y-errores&report=1" rel="nofollow">Denunciar un abuso</a> | <strong><a href="https://www.foroactivo.com" target="_blank">foro gratis</a></strong></li></ul><span class="corners-bottom"><span></span></span></div></div><p class="copyright"><strong></strong></p></div></div></div></div></div><script type="text/javascript">$(document).ready( function() {$('div.ti-connect').attr({'data-loc' : 'https://connect.topicit.net/','data-login' : 'https://nikeandjoska1993.superforo.net/topicit/index.php/connect','data-version' : '1','data-lang' : 'es'});(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "https://connect.topicit.net/scripts/connect.js";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'topicit-connect'));});</script><script type="text/javascript">//<![CDATA[ fa_endpage();//]]></script><script type="text/javascript"> var vglnk = { key: '5a5e09c99bf477b62bf79c1924e231f7' }; (function(d, t) { var s = d.createElement(t); s.type = 'text/javascript'; s.async = true; s.src = '//cdn.viglink.com/api/vglnk.js'; var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r); }(document, 'script')); </script> <div id="Forumactif_Video"></div> <script type="application/javascript"> //<![CDATA[ var slmadshb = slmadshb || {}; slmadshb.que = slmadshb.que || []; slmadshb.que.push(function() { slmadshb.display("Forumactif_Video"); }); //]]> </script> <script type="text/javascript">window._taboola = window._taboola || []; _taboola.push({flush: true});</script> <!-- BEGIN 1425605 - etoxic - FR - CDB - PCK - sticky footer - 728x90--> <div id="criteo_sticky"> <script type="text/javascript"> function CreateStickyFooterContainer(e) { var t = document.getElementById(e); t.style.position = "fixed", t.style.zIndex = "2147483646", t.style.bottom = "0", t.style.left = "0", t.style.padding = "0", t.style.borderColor = "rgb(196, 196, 196)", t.style.width = "100%", t.style.backgroundColor = "rgba(245, 245, 245, 0.54902)", t.style.borderStyle = "solid", t.style.borderWidth = "1px"; var o = document.createElement("a"); t.appendChild(o), o.style.backgroundColor = "rgb(221, 221, 221)", o.style.backgroundImage = "url('//static.criteo.net/images/criteo/publishertag/close.png')", o.style.backgroundRepeat = "no-repeat", o.style.backgroundPosition = "center", o.style.display = "block", o.style.position = "absolute", o.style.left = "0", o.style.top = "-24px", o.style.width = "23px", o.style.height = "24px", o.style.borderBottomColor = "#6d6c71", o.style.cursor = "pointer", o.onclick = function() { t.style.display = "none" }; var l = document.createElement("div"); l.id = "cto_sticky", l.style.margin = "0 auto", l.style.display = "table"; t.appendChild(l); return l.id }; Criteo.events.push(function() { if(!isMobile){ Criteo.Passback.RenderAd(CreateStickyFooterContainer("criteo_sticky"), function(){ var slotid = "criteo_sticky"; var div = document.getElementById(slotid); div.removeAttribute("style"); }); } else{ var slotid = "criteo_sticky"; var div = document.getElementById(slotid); div.style.display = "none"; } }); </script> </div> <!-- END CRITEO TAG --></body></html>