En icoweb lo encontrarás todo


Añadir a favoritos No se puede mostrar la imagen “http://www.gifss.com/robot/rt21.gif” porque contiene errores. Hacer pagina de inicio


   
  videos,gifs y mas!
  Códigos útiles
 
nosotros no podemos dar soporte sobre códigos, pero para ayudarles un poco en la búsqueda de algunos códigos muy usados por los webmasters, le he colocado algunos aquí, voy a poner otros más adelante.


Comandos HTML mas comunes:

centrar texto = <center>text</center>

tipo de letra = <font face="schriftname">text</font>

-> grande de la letra = <font size=2">text</font>

negrita = <strong>text</strong>

salto de linea = <br>

nueva linea= <p ....>text</p>

parpadeo de texto= <blink>text</blink>

zona fija = <div>....</div>

tabla = <table ....>....</table>
columna = <td>....</td>
horizontal = <tr>....</tr>

###

Marquesina:

<marquee direction="left">Colocar aquí el texto</marquee>

redireccionamiento->
<meta http-equiv="refresh" content="3; URL=http://www.url.es">

leer la definicion de la pantalla de un usuario para solucionar que parametros usar para que la pagina no se vea demasiado a la izquierda:

<script language="JavaScript">
if (screen.width >= 1024)
window.location.href = "mayor_definicion.html"
else if (screen.width == 800)
window.location.href = "menor_definicion.html"
</script>

Cuanto tiempo visitó un usuario su website? ->

<script>
startday = new Date();
clockStart = startday.getTime();
function StartEndeUhr()
{
var myTime = new Date();
var timeNow = myTime.getTime();
var timeDiff = timeNow - clockStart;
this.SekundenDifferenz = timeDiff/1000;
return(this.SekundenDifferenz);
}
function GetSekunden()
{
var mySecs = StartEndeUhr();
var mySecs1 = ""+mySecs;
mySecs1= mySecs1.substring(0,mySecs1.indexOf("." )) + " sec.";
document.counter.zeit.value = mySecs1
window.setTimeout('GetSekunden()',1000);
}
</script>
<body onload="window.setTimeout('GetSekunden()',1)">
<form name="counter">
Sie sind seit <input type="quot; size="9" name="zeit"> auf dieser Seite.
</form>

#####

Cuidado con los codigos ya que algunos pueden dar problemas como desabilitarte el falsh.
 
  Copyright  
 

encuentros gratuitos

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