Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje25-09-2008, 19:16 (UTC)    
Título del mensaje: [Resuelto]Una Pequeña Pregunta...

Haber, cuando abro mi página, http://juegosonlineclasificados.es.tl/ pone, >====Aquí El Texto====< Como Pongo Algo Hay?

Entren a mi web y comprueben.


Ultima edición por juegosonlineclasificados el Jue Sep 25, 2008 3:50 pm; editado 1 vez
Mensaje25-09-2008, 19:18 (UTC)    
Título del mensaje:

en el codigo que introdujo para que eso se moviese
busque donde pone AKI EL TEXTO y ponga lo que usted quiera

saludos


Ultima edición por alfasite el Jue Sep 25, 2008 3:21 pm; editado 1 vez
Mensaje25-09-2008, 19:21 (UTC)    
Título del mensaje:

Asi es, este es el code:
Cita:
<SCRIPT>
//change the title text below to your own
var titletext="AQUI EL TEXTO QUE QUIERAS"
var thetext=""
var started=false
var step=0
var times=1
function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
document.title = titletext;
setTimeout("anim()",1);
}
thetext = titletext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==7) {step=1}
if (step==1) {document.title='>==='+thetext+'===<'}
if (step==2) {document.title='=>=='+thetext+'==<='}
if (step==3) {document.title='>=>='+thetext+'=<=<'}
if (step==4) {document.title='=>=>'+thetext+'<=<='}
if (step==5) {document.title='==>='+thetext+'=<=='}
if (step==6) {document.title='===>'+thetext+'<==='}
setTimeout("anim()",200);
}
if (document.title)
window.onload=onload=welcometext
</SCRIPT>


Lo tienes en "Texto por debajo de la página".

Salu2!
Mensaje25-09-2008, 19:48 (UTC)    
Título del mensaje:

gracias a los 2
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group