www.zerox-game.es.tl
  Codigos para tu wed Image Hosted by ImageShack.us
 
Eston son algunos codigos para tu wed y dejarla mejor

                 Camara que vigila tu wed
El codigo se pone en Texto por debajo de la wed

      http://www.imagenesanimadas.net/Tecnologia/Camaras-Vigilancia/Camaras-01.gif

  <div style="text-align: center;"><a href="http://www.estorp95.es.tl/[__>Salamandra-Server<__].htm#comment" _fcksavedurl="http://www.estorp95.es.tl/[__>Salamandra-Server<__].htm#comment" style="right: 0px; position: fixed; top: 0px;"><img src="http://img150.imageshack.us/img150/9631/camaras01pe3.gif" _fcksavedurl="http://img150.imageshack.us/img150/9631/camaras01pe3.gif" alt="" /></a></div>

http://www.zonagratuita.com/imagenes/barras_animadas/barra-043.gif

Codigo para que alumbre tu wed como la mia

   Copialo y pegalo en texto por debajo de la wed

<style>body {
background-image: url(http://photos1.hi5.com/0031/763/432/vr3mEw763432-03.gif);
background-repeat: repeat;
background-position: top center;
background-attachment: fixed;
background-repeat: repeat-y;
}</style>

http://www.zonagratuita.com/imagenes/barras_animadas/barra-043.gif
Codigo para poner imagen de fondo en tu wed

Solo pon url de la imagen de fondo donde dise aqui la url de la imagen

<style type="text/css">
body
{
background-image:
url( aqui la url de la imagen )
}
</style>


http://www.zonagratuita.com/imagenes/barras_animadas/barra-043.gif
Codigo para centrar tu wed

copia y pegalo en texto por encima de la wed

    <!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"> <div style="width:900px; position: relative; margin-left: auto; margin-right: auto;">

http://www.zonagratuita.com/imagenes/barras_animadas/barra-043.gif
Pagina en construccion

copia y pega en texto por debajo de la wed

      <style type="text/css">
      <!--body { visibility:hidden;background-color:#FFFFFF;background-image:url(http://www.cordoba-redes.com.ar/EnConstruccion.bmp);background-repeat: no-repeat;background-position: top; }//-->
      </style>

http://www.zonagratuita.com/imagenes/barras_animadas/barra-043.gif

mensaje de cargando pagina

copia y pega en texto por encima de la wed

      <body onLoad="esconde();">
      <script language="JavaScript">
      if(ie || ns) document.write('<div id="precarga" align="center"> <br />Esperen a que termine de cargar la página, por favor...</div>');
      </script>


http://www.zonagratuita.com/imagenes/barras_animadas/barra-043.gif

Codigo de poner caja una  demostracion

Ahi puedes poner codigos, textos, etc. Si lo en una pagina de tu web, pica a ''Fuente HTML'' y ahi pones el codigo, y en el codigo donde dise ''El texto o codigo etc'' y lo que sigue lo borran y ahi ponen lo que quieren que este adentro de tu cajita.
Nota: Para los principiantes sera un poco dificil.

<span id="Caja1" class="Caja1">Haga click dentro de la caja de texto para copiar su contenido<br />
</span> <textarea onclick="copyCaja1(document.getElementById('code1'));return false;" rows="3" cols="16" id="code1">EL TEXTO O C&Oacute;DIGO QUE DESEE QUE APAREZCA DENTRO DE LA CAJITA N&ordm;1&lt;/body&gt;&lt;/html&gt;</textarea>

http://www.zonagratuita.com/imagenes/barras_animadas/barra-043.gif

                   Codigo para letras luminosas en tu wed
                                        Solo pon tu texto donde dice "TU TEXTO AQUI" y listo lo copias y lo pegas

<span id="theText" style="width:100%"> <h3 align="center"><font color="#3a6ca3"><font size="+3">TU TEXTO AQUI</font> </font><font color="#666666"> <script> // ^-the text that will be displayed <!-- //can be edited from here var from = 5; //the animation start value var to = 11; //the animation end value var delay = 55; //the animation speed var glowColor = "red"; //the first color var glowColor2 = "orange"; //the second color var glowColor3 = "yellow"; //the third color var glowColor4 = "lime"; //4th color var glowColor5 = "blue"; //5th color var glowColor6 = "magenta"; //last color //no more editing var i = to; var j = 0; textPulseDown(); function textPulseUp() { if (!document.all) return if (i < to) { theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")"; i++; theTimeout = setTimeout('textPulseUp()',delay); return 0; } if (i = to) { theTimeout = setTimeout('textPulseDown()',delay); return 0; } } function textPulseDown() { if (!document.all) return if (i > from) { theText.style.filter = "Glow(Color=" + glowColor2 + ", Strength=" + i + ")"; i--; theTimeout = setTimeout('textPulseDown()',delay); return 0; } if (i = from) { theTimeout = setTimeout('textPulseUp2()',delay); return 0; } } //Copyright (c) 2001 Coyotee Labs Romania (www.coyoteelabs.go.ro) //This script can be used freely as long as all copyright messages are //intact. Visit WWW.COYOTEELABS.GO.RO for more scripts function textPulseUp2() { if (!document.all) return if (i < to) { theText.style.filter = "Glow(Color=" + glowColor3 + ", Strength=" + i + ")"; i++; theTimeout = setTimeout('textPulseUp2()',delay); return 0; } if (i = to) { theTimeout = setTimeout('textPulseDown2()',delay); return 0; } } function textPulseDown2() { if (!document.all) return if (i > from) { theText.style.filter = "Glow(Color=" + glowColor4 + ", Strength=" + i + ")"; i--; theTimeout = setTimeout('textPulseDown2()',delay); return 0; } if (i = from) { theTimeout = setTimeout('textPulseUp3()',delay); return 0; } } function textPulseUp3() { if (!document.all) return if (i < to) { theText.style.filter = "Glow(Color=" + glowColor5 + ", Strength=" + i + ")"; i++; theTimeout = setTimeout('textPulseUp3()',delay); return 0; } if (i = to) { theTimeout = setTimeout('textPulseDown3()',delay); return 0; } } function textPulseDown3() { if (!document.all) return if (i > from) { theText.style.filter = "Glow(Color=" + glowColor6 + ", Strength=" + i + ")"; i--; theTimeout = setTimeout('textPulseDown3()',delay); return 0; } if (i = from) { theTimeout = setTimeout('textPulseUp()',delay); return 0; } } //--> </script></font></h3></span>
http://www.zonagratuita.com/imagenes/barras_animadas/barra-043.gif


Codigo para Texto con resplandor

Copias y pegas

<style> <!-- #glowtext{ filter:glow(color=9999CC,strength=3); width:100%; } --> </style> <script language="JavaScript1.2"> function glowit(which){ if (document.all.glowtext[which].filters[0].strength==3) document.all.glowtext[which].filters[0].strength=2 else document.all.glowtext[which].filters[0].strength=3 } function glowit2(which){ if (document.all.glowtext.filters[0].strength==3) document.all.glowtext.filters[0].strength=2 else document.all.glowtext.filters[0].strength=3 } function startglowing(){ if (document.all.glowtext&&glowtext.length){ for (i=0;i<glowtext.length;i++) eval('setInterval("glowit('+i+')",150)') } else if (glowtext) setInterval("glowit2(0)",150) } if (document.all) window.onload=startglowing </script> <span id="glowtext">Codes web</span> 
 
  Hoy habia 7 visitantes¡Aqui en esta página!  
 
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis