mejoras con javascript

con los codigos javascript es muy facil hacer mejoras importantes a nuestros blog sin nececidad de intervenir directamete con la plantilla html del blog ..

por ejemplo para poner un menu sencillo como este




solo tienes que entrar a panel de diseño



y añadir un elemento de paguina que sea javascript y despues te parecera esto



agregas este codigo

PARA TENER MAS VINCULOS SOLO REPITE ESTE FRAGMENTO CUANTAS VESES REQUIERAS


<tr>
<td width=26><img height=24 src="URL DEL ICONO QUE USARAS" width=24>
<td width=117><a href="URL A DONDE TE LLEVARA EL VINCULO">NOMBRE QUE APARECERA</a>
<tr>


....CODIGO A PEGAR.....↓↓

<table Class="" border="0" cellpadding="0" cellspacing="0" width="100%"><tr>td>>table cellspacing=2 width=153 border=0>
<tbody>
<tr>
<td width=26><img height=24 src="URL DEL ICONO QUE USARAS" width=24>
<td width=117><a href="URL A DONDE TE LLEVARA EL VINCULO">NOMBRE QUE APARECERA</a>
<tr>
<tr>
<td width=26><img height=24 src="URL DEL ICONO QUE USARAS" width=24>
<td width=117><a href="URL A DONDE TE LLEVARA EL VINCULO">NOMBRE QUE APARECERA</a>
<tr>
<tr>
<td width=26><img height=24 src="http://www.mejoratuespacio.com/Imagenes1/Correo.gif" width=24>
<td width=117>
<p><a href="mailto:tu_correo@hotmail.com ">Contactar
</a></p></td></tr></tbody></table>



y le das en guardar cambios y haora tendras un menu sencillo de iconos en tu blog

No hay comentarios: