viernes, 31 de enero de 2020
RECURSOS PARA EL BLOG
MUCHAS COSAS PARA TU BLOG
CAMBIAR EL ICONO DEL CURSOR DE TU MOUSE.
Totallyfreecursors: http://www.totallyfreecursors.com
Cursor Switch: http://www.cursor-switch.com
CONTADOR DE VISITAS
La mayor selección de contadores
Radio en tu Blog
Para agregar una radio en tu blog agragas el gadget html y pegas lo siguiente:
<embed pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" showgotobar="false" transparentatstart="true" autostart="false" showstatusbar="true" src="URL de la emisora" type="application/x-mplayer2" height="45" width="300" bbclient="0" name="MC1"></embed>
Relojes:
Clocklink.com: Agregale un reloj a tu blog, hay varios modelos y motivos.
Musica
Goear.com: Podes crear una cuenta y subir tus Mp3 o buscar lo que quieras y copiar el Html que te da donde dice "Pon esta canción en tu web:"
http://www.goear.com/files/external.swf?file=0902b2b
Tenes que crear una cuenta y videos (de Youtube) o Mp3 tenes varios modelos de reproductores y te da la opcion de crear una lista de temas
http://assets.mixpod.com/swf/mp3/mff-nano.swfmyid=59395224
REALIZAR UN TEST O SIMPLEMENTE HACERLE PREGUNTAS A NUESTROS VISITANTES.
<center><div style="background-"><span >AQUÍ-LA-PREGUNTA</span></div></center><div style="background-">
<input name="b1" onclick="alert('Correcto');b1.checked;" type="radio">ALTERNATIVA1<br>
<input name="b2" onclick="alert('Incorrecto');b2.checked;" type="radio">ALTERNATIVA2<br>
<input name="b3" onclick="alert('Cerca');b3.checked;" type="radio">ALTERNATIVA3<br>
<input name="b4" onclick="alert('Inténtalo de nuevo');b4.checked;" type="radio">ALTERNATIVA4<br></div>
CAMBIAR EL ICONO DEL CURSOR DE TU MOUSE.
Totallyfreecursors: http://www.totallyfreecursors.com
Cursor Switch: http://www.cursor-switch.com
CONTADOR DE VISITAS
La mayor selección de contadores
Radio en tu Blog
Para agregar una radio en tu blog agragas el gadget html y pegas lo siguiente:
<embed pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" showgotobar="false" transparentatstart="true" autostart="false" showstatusbar="true" src="URL de la emisora" type="application/x-mplayer2" height="45" width="300" bbclient="0" name="MC1"></embed>
Relojes:
Clocklink.com: Agregale un reloj a tu blog, hay varios modelos y motivos.
Musica
Goear.com: Podes crear una cuenta y subir tus Mp3 o buscar lo que quieras y copiar el Html que te da donde dice "Pon esta canción en tu web:"
http://www.goear.com/files/external.swf?file=0902b2b
Tenes que crear una cuenta y videos (de Youtube) o Mp3 tenes varios modelos de reproductores y te da la opcion de crear una lista de temas
http://assets.mixpod.com/swf/mp3/mff-nano.swfmyid=59395224
REALIZAR UN TEST O SIMPLEMENTE HACERLE PREGUNTAS A NUESTROS VISITANTES.
<center><div style="background-"><span >AQUÍ-LA-PREGUNTA</span></div></center><div style="background-">
<input name="b1" onclick="alert('Correcto');b1.checked;" type="radio">ALTERNATIVA1<br>
<input name="b2" onclick="alert('Incorrecto');b2.checked;" type="radio">ALTERNATIVA2<br>
<input name="b3" onclick="alert('Cerca');b3.checked;" type="radio">ALTERNATIVA3<br>
<input name="b4" onclick="alert('Inténtalo de nuevo');b4.checked;" type="radio">ALTERNATIVA4<br></div>
viernes, 24 de enero de 2020
CODIGOS HTML
Imágenes en Movimiento
El código principal es
<marquee><img src="#"></marquee>
Ahora si queremos que la imagen vaya hacia arriba.
Solamente tenemos que agregar el comando direction="up" ( puedes cambiarlo por "down", para que las imágenes se muevan para abajo).
Entonces sería este código:
<marquee direction="up"><img src="#"></marquee>
Ahora si desean colocar varias imágenes en movimiento, sólo deben colocar este código:
<marquee scrolldelay="100" direction="up" crollamount="8" height="100px"> <center>
<img src="#"/>
<img src="#"/>
<img src="#"/>
<img src="#"/>
</center> </marquee>
Recuerden que pueden modificar la dirección donde dice "up", la velocidad donde está el "8" y la altura donde dice "100px".
Además pueden añadir muchas imágenes si van repitiendo cada vez más <img src="#"/>
Suscribirse a:
Entradas (Atom)