CAMINANDO CON JESUS RADIO
  CODIGOS HTML PARA TU WEB
 

dispara en tu web 
1-Ya han Ajustar disparos en su sitio 
los disparadores web son cuando tu tienes link en tu pagina 
y cuando pones el mouse arriba de un link se mostra una imagen rapida de como es la web. 
aka en codigo se coloca por encima de la pagina: 

 

<script type="text/javascript" src="

http://shots.snap.com/ss/36bec0f2827d1b8bb004ecad9846824a/snap_shots.js

"></script>





quitar intro 
2-ESTE CODIGO LO COLOCAN EN TEXTO ANTES DE LA INTRO JEJE QUE SIMPLE 
se colca entes de la intro en html: 

 

 

<style type="text/css"> <!-- input { visibility: hidden; } //--> </style>

 





messenger en tu web o facebook yahoo y mas 
3-todo eso messenger facebook yahho hi5 y mas solo con un puro codigo solo tienes que hacer una pagina y html colocas el codigo y lo guardas y listo k facil jeje 

 

<table cellspacing="1" cellpadding="1" width="200" border="1"> <tbody> <tr> <td><font color="#ff0000"><iframe border="0" name="I1" src="http://www.meebo.com" frameborder="0" width="495" scrolling="no" height="478"></iframe></font></td> </tr> <tr> <td bgcolor="#99ccff"> <p align="center"><a target="_blank" href="http://www.ocio-full.blogspot.com" _fcksavedurl="

http://www.ocio-full.blogspot.com

"><b><font color="#ffffff">Ocio Full</font></b></a></p> </td> </tr> </tbody> </table>

 




imagen volando por la pantalla 
-4Este efecto hace que cualquier imagen que elijas quede "paseando" por la pantalla, siendo un recurso excelente tanto para llamar la atención por alguna novedad en tu sitio como para darle más movimiento a la página. 
Copiá y pegá el siguiente código en tu página HTML. 
Recordá que la imagen debe estar en el mismo directorio de tu página html. 

 

 

 

<SCRIPT language="JavaScript1.2"> var imagem="Ingresa el nombre del archivo de imagen aquí" if (document.layers) {document.write("<LAYER NAME='animacao' LEFT=10 TOP=10><img src='"+imagem+"' ></.all){document.write("<div id='animacao' style='position:absolute;top:10px;left:10px;width:17px;height:22px;z-index:50'><img src='"+imagem+"'></ move=1; function curva(){ abc=new Array(0,1,1,1,2,3,4,0,6,-1,-1,-1,-2,-3,-4,0,-6) for (i=0; i < abc.length; i++) {var C=Math.round(Math.random()*)} iniciar=abc[C]; setTimeout('curva()',1900); return iniciar; } ypos=10; xpos=10; movimento = 60; function moveR(){ caminho=movimento+=iniciar; y = 4*Math.sin(caminho*Math.PI/180); x = 6*Math.cos(caminho*Math.PI/180); if (document.layers){ ypos+=y; xpos+=x; document.animacao.top=ypos+window.pageYOffset; document.animacao.left=xpos+window.pageXOffset; } else if (document.all){ ypos+=y; xpos+=x; document.all.animacao.style.top=ypos+document.body.scrollTop; document.all.animacao.style.left=xpos+document.body.scrollLeft; } T=setTimeout('moveR()',50); } function edges(){ if (document.layers){ if (document.animacao.left >= window.innerWidth-40+window.pageXOffset)movimento=Math.round(Math.random()*45+157.5); if (document.animacao.top >= window.innerHeight-30+window.pageYOffset)movimento=Math.round(Math.random()*45-112.5); if (document.animacao.top <= 2+window.pageYOffset) movimento = Math.round(Math.random()*45+67.5);//OK! if (document.animacao.left <= 2+window.pageXOffset) movimento = Math.round(Math.random()*45-22.5);//OK! } else if (document.all) { if (document.all.animacao.style.pixelLeft >= document.body.offsetWidth-45+document.body.scrollLeft)movimento=Math.round(Math.random()*45+157.5); if (document.all.animacao.style.pixelTop >= document.body.offsetHeight-35+document.body.scrollTop)movimento=Math.round(Math.random()*45-112.5); if (document.all.animacao.style.pixelTop <= 2+document.body.scrollTop) movimento = Math.round(Math.random()*45+67.5);//OK! if (document.all.animacao.style.pixelLeft <= 2+document.body.scrollLeft) movimento = Math.round(Math.random()*45-22.5);//OK! } setTimeout('edges()',100); } function efeito(){ curva(); moveR();// onUnload="opener.gO()" edges(); } if (document.all||document.layers) efeito() </script>


 

<script language="Javascript"> <!-- Begin function disableselect(e){ return false } function reEnable(){ return true } document.onselectstart=new Function ("return (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } // End --> </script>

 




guardar en favoritos 
6-es para k los k visiten tu web lo puedan guardar en favoritos facil adios. 
pegalo en cualkier lugar en html 

 

<p><a style="CURSOR: hand" title="Añade esta Web a tus favoritos aquí." href="javascript:window.external.AddFavorite('

http://team-webmaster.***/

','-RECURSOS PARA CREAR TUS PÁGINAS WEB GRATIS')"><font face="Verdana" size="1">Añadir a favoritos</font></a></p>




poner box debajo del menu 
7-es para poner un box esa caja kl esta a la derecha pero este va estar a la izkierda. 
el texto se pega x debajo de la pagina. 

 

<div style="position:absolute;left:0px;top:340px;"> <table width="168" cellspacing="0" cellpadding="0" border="0" id="sidebar_heading_1"> <tbody> <tr> </tr> <tr> <td class="sidebar_heading">TITULO</td> </tr> <tr> <td background="https://img.webme.com/templates/darkblue/images/right_bg.gif" class="shouty">dfdfd<br /> fd<br /> f<br /> d<br /> g<br /> d<br /> gd<br /> fgdfg</td> </tr> <tr> <td height="27" background="

https://img.webme.com/designs/iceblue/images/poll_bottom_bg.gif

" id="edit_rb_footer_1" class="edit_rb_footer"> </td> </tr> </tbody> </table> </div>

 




centrar la web 
8-este codigo es para centrar la web ya casi todas las plantilla cuendo la colcas la web se va un poco para la ixkierda o derecha o aveces la web es muy ancha este codigo lo arregla muy bueno: 

 

<!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:930px; position: relative; margin-left: auto; margin-right: auto;">

 




fondo canbia cada 3 segundos o lo k kieran 
9-el fondo canbia cada 3 segundos es muy bueno 

 

<!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:930px; position: relative; margin-left: auto; margin-right: auto;">



Agrego: 
Pueden cambiar el 3000 por los segundos que quieran: 

3000 = 3 segundos 
4000 = 4 segundos 


imprimir pagina 
10-Este código es para imprimir la página que está activa. 
Este código hace un texto que ponga "Imprimir página" y que cuando le pulses salga el programa de la impresora por si quieres imprimirlo. 

 

 

<SCRIPT LANGUAGE="JavaScript"> <!-- function imprimir() { if (window.print) window.print() else alert("Disculpe, su navegador no soporta esta </SCRIPT> <A HREF="javascript:imprimir()">Imprimir Página Web</A>

 




mover una imagen donde kieras 
11-este es un codigo para mover las imaganes 
texto por ecima de la pagina: 

 

<br /> <script type="text/javascript" src="

http://img3.xooimage.com/files/9/7/8/dom-drag-c4c04e.js

"></script> <br />


Para agregar : 
Código: 

 

<div style="position:absolute;left:120px;top:500px;"> <img alt="" id="example" src="http://profile.webme.com/profile/w/warioteayuda/big.png" style="position: relative;" /> </div> <script type="text/javascript"> Drag.init(document.getElementById("</script>