Leolinks By Lc


Leolinks  
 
  Ayuda Webmaster 18-04-2024 11:49 (UTC)
   
 
ESTA NUEVA AYUDITA PEQUEÑA.
SI AQUI QUIEREN BUSCAR CODES PERO NO ENCUENTRAN EL QUE QUIEREN DIGANME POR " CONTACTA AL ADMINISTRADOR " Y YO INTENTARE BUSCAR EL CODIGO que necesitan. o si quieren darme sugerencias de otros codigo spara agregar.

MENSAJE IMPORTANTE LEER ANTES DE ACCEDER :
puedes copiar el contenido de esta seccion usando CTRL C , pero si vemos que copias contenido de otra seccion que no tiene esta autorizacion demandaremos plagio.






CODES HTML
1
<style type="text/css"> <!-- body { cursor: crosshair} --> </style>

este codigo hara que la flechita en tu pagina web sea una mira de pistola.

2

<a href="javascript:window.external.AddFavorite('http://www.leolinks.es.tl', 'leolinks By LC')"><small><font size="1"> Agregar a favoritos</font></small></a

Este codigo dejara que los demas agreguen tu PW a favoritos con solo clikear en el link

Tutorial :
pega el codigo en donde las barras de texto de ->
donde dice www.leolinks.es.tl debes cambiarlo por www.(nombre de tu pw).es.tl o .com ( dependiendo de lo que tenga tu PW )
donde dice Leolinks by LC cambialo y pon el nombre de tu PW por ejemplo : Entretenimiento ( tu pw )

3.Chat Online

<!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="200" height="305" src="http://www7.cbox.ws/box/?boxid=56771&boxtag=357q2x&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#DBE2ED 1px solid;" id="cboxmain"></iframe></div>
<div><iframe frameborder="0" width="200" height="75" src="http://www7.cbox.ws/box/?boxid=56771&boxtag=357q2x&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#DBE2ED 1px solid;border-top:0px" id="cboxform"></iframe></div>
</div>
<!-- END CBOX -->

Comentario : este es el mismo CBOX que uso aqui en Leolinks.es.tl ponlo en tu paginaweb para que el chat este en muchas paginas web y que visitantes de todas las paginas web unidas chateen. Une el chat a tu PW , que estas esperando!


4. Fondo de Pantalla

<body background="AQUÍ COLOCA LA URL DE FONDO">

copia este codigo y sigue la instruccion puesta en el codigo.


5.Colores

<iframe name="window" src="http://paneles.impresionesweb.com/webmasters/colores.htm" width="500" height="350" marginwidth="0" scrolling="yes" frameborder="0"></iframe>

este codigo hara que aigan diferentes colores para tu PW


6.reloj con la hora Local... y Mundial!!!

<!-- Relojes Gratis www.creatupropiaweb.com --> <iframe src="http://www.creatupropiaweb.com/recursos/relojes/reloj_8.htm" width="134" height="202" marginwidth="0" marginheight="0" frameborder="no" scrolling="no" allowtransparency="true"></iframe>

copia este codigo ya se sabran todas las horas

Probador de Codigos HTML : da click aqui : http://megacodes.obolog.com/megacodes-93191
si no estas seguro de que un codigo que tu modificastes funciona da click y podras ver si funciona o tiene que revisar sus funciones.


7.Saluda al visitante

<Font size=2 face=arial><b> <Script Language="JavaScript"> <!-- today = new Date() if(today.getMinutes() < 10){ pad = "0"} else pad = ""; document.write ;if((today.getHours() >=6) && (today.getHours() <=9)){ document.write("¡Buen día!") } if((today.getHours() >=10) && (today.getHours() <=11)){ document.write("¡Buen día!") } if((today.getHours() >=12) && (today.getHours() <=19)){ document.write("¡Buenas tardes!") } if((today.getHours() >=20) && (today.getHours() <=23)){ document.write("¡Buenas noches!") } if((today.getHours() >=0) && (today.getHours() <=3)){ document.write("¡Buenas noches!") } if((today.getHours() >=4) && (today.getHours() <=5)){ document.write("¡Buenas noches!") } // --> </script> </b></font>

Este codigo sirve para que tu pagina web de saludos a tus visitantes segun que hora del dia es , en el dia dira Buenos Dias y en la Noche dira Buenas Noches.

8.Calendario

<!---- Inicio Código Calendario www.Crea tu propia Web.com ----><center><table border="0" cellpadding="0" cellspacing="0" width="163" height="300" background="http://www.creatupropiaweb.com/recursos/calendarios/cal_1.gif"> <tr> <td> <p align="center"><br> <br><br><br><br> <script language="JavaScript"> <!-- Begin var now = new Date(); var month_array = new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"); document.write("<form name=date_list><table bgcolor=BLACK><tr><td>"); document.write("<select name=month onchange=change_month(this.options.selectedIndex)>"); for(i=0;i<month_array.length;i++) { if (now.getMonth() != i) {document.write ("<option value="+i+">"+month_array[i]);} else {document.write ("<option value="+i+" selected>"+month_array[i]);} } document.write("</select>"); document.write("</td><td>"); document.write ("<select name=year onchange=change_year(this.options[this.options.selectedIndex])>"); for(i=2007;i<3000;i++) { if (now.getYear() != i) {document.write("<option value="+i+">"+i);} else {document.write("<option value="+i+" selected>"+i);} } document.write("</select></td></tr><tr><td colspan=2><center>"); document.write("<table bgcolor=BLACK border=0 cellspacing = 0 cellpading = 0 width=151><tr bgcolor=BLACK align=center>"); document.write("<td><font color=WHITE>L</font></td><td><font color=WHITE>M</td><td><font color=WHITE>Mi</td><td><font color=WHITE>J</td><td><font color=WHITE>V</td><td ><font color=WHITE>S</td><td ><font color=RED>D</td>"); document.write("</tr><tr>"); for(j=0;j<6;j++) { for(i=0;i<7;i++) { document.write("<td align=center id=d"+i+"r"+j+"></td>") } document.write("</tr>"); } document.write("</table>"); document.write("</center></from></td></tr></table>"); var show_date = new Date(); function set_cal(show_date) { begin_day = new Date (show_date.getYear(),show_date.getMonth(),1); begin_day_date = begin_day.getDay(); end_day = new Date (show_date.getYear(),show_date.getMonth()+1,1); count_day = (end_day - begin_day)/1000/60/60/24; input_table(begin_day_date,count_day); } set_cal(show_date); function input_table(begin,count) { init(); j=0; if (begin!=0){i=begin-1;}else{i=6} for (c=1;c<count+1;c++) { colum_name = eval("d"+i+"r"+j); if ((now.getDate() == c)&&(show_date.getMonth() == now.getMonth())&&(show_date.getYear() == now.getYear())) {colum_name.style.backgroundColor = "RED";colum_name.style.color = "white";}; colum_name.innerText = c; i++; if (i==7){i=0;j++;} } } function init() { for(j=0;j<6;j++) { for(i=0;i<7;i++) { colum_name = eval("d"+i+"r"+j); colum_name.innerText = "-"; colum_name.style.backgroundColor ="BLACK"; colum_name.style.color ="WHITE"; } } } function change_month(sel_month) { show_date = new Date(show_date.getYear(),sel_month,1); set_cal(show_date); } function change_year(sel_year) { sel_year = sel_year.value; show_date = new Date(sel_year,show_date.getMonth(),1); set_cal(show_date); } // End --> </script></td> </tr> </table> </center> <div align="center"> <center> <table border="0" cellpadding="0" cellspacing="0" width="10"> <tr> <td> <p align="center"><a href="http://www.creatupropiaweb.com" _fcksavedurl="http://www.creatupropiaweb.com"><font size="1" color="#CEDDF4" face="Times New Roman">CTPW</font></a></td> </tr> </table> </center><!---- Final Código Calendario www.Crea tu Propia Web.com ----> 


Un calendario por si acaso.




 

;
 
 
 
 
 
 
 
 
 
 
 
 
 

Todos los derecho de autor reservados Copyright 2009 Leolinks fue creado el 11 de septiembre de 2009 y es una web de LC
  Anuncios
Estrenando ya version 1.5 si su pc es lenta puede tener problemas.
el 30 , 31 de Octubre y 1 de Noviembre la web tendra
un diseño terrorifico!
  Chat Publico aqui en Leolinks
Han venido 7862 visitors (16216 hits) Aqui en leolinks
Bienvenidos a Leolinks aigos espero que disfrunten su visita actualmente solo estan disponibles estas secciones : Bienvenido , Crea tu Pagina web , Contacta al Administrador , Noticias , Planeta , Historias y Servicios , Disfruten :D!!!! hagan paginas webs que ayuden a mejorar el ambiente SII!!!





Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis