Llevo buscando un rato pero no encuentro por la red el metodo para hacer que la cabecera del blogspot sea dinamica y cambie cada vez que uno entra. Alguien sabe como se hace esto?
Gracias de antemano.
Orbatos_II
(=w=.)
14.021 mensajes desde oct 2006 en A veces aqui, o no
<script type="text/javascript"> <!-- pic_width=600; /*change to match the height of all your images */ pic_height=150; /* change to match the width of all your images */ border_size=0; /* change to the border size you want on the images */ alignment=1; /* 0=left,1=center */
/* define image urls */
if (document.images) { pic1= new Image(pic_width,pic_height); pic1.src="http://img529.imageshack.us/img529/5923/logoaniversariun3.gif"; pic2= new Image(pic_width,pic_height); pic2.src="http://img177.imageshack.us/img177/6408/logoyotsuba2ll.gif"; pic3= new Image(pic_width,pic_height); pic3.src="http://img276.imageshack.us/img276/8589/logowiimi8.jpg"; pic4= new Image(pic_width,pic_height); pic4.src="http://img168.imageshack.us/img168/2256/logoanikuriln6.jpg"; pic5= new Image(pic_width,pic_height); pic5.src="http://img504.imageshack.us/img504/6960/logofinalfantasyviigs5.jpg"; }
Tienes que meter este código entre las etiquetas y . Luego tan solo tienes que cambiar las URL de las imágenes en "pic1.src" y si quieres que cada imagen tenga un enlace diferente, tendrás que fijarte en el nº de "urlad1" (yo tengo todas las imágenes enlazadas a la página principal del blog.
Orbatos_II
(=w=.)
14.021 mensajes desde oct 2006 en A veces aqui, o no