1.- Nos dirigimos a Opciones-Formato y cambiamos la fecha por la que esta en la penultima opcion.
2.- Ahora en el HTML expandimos los artilugios y pegamos el siguiente codigo antes del /head:
3.- Ahora expandidos los artilugios buscamos el siguiente codigo:
4.- Y reemplazamos el codigo anterior por este:
5.- Si sos perezoso y no te quieres molestar en crear un estilo para la fecha usa este:
div#post-date {
display: block;
float:left; /* set this to right if you want it go to the right */
padding: 1em; /* to keep the text away from the edges */
background-color: #555555; /* you can change this to hold a picture, will make it look nicer */
border: 3px double gray; /* a border to make it look nice */
}
div#post-date span.theDate {
display: block; /* to put this in a different line */
font-size: 3em; /* to make the date stand out */
background-color: transparent; /* to let the background show through */
color: white;
}
div#post-date span.theMonth {
display: block;
font-size: 1em; /* smaller compared to the date */
background-color: transparent;
color: white;
}
div#post-date span.theYear {
display: block;
font-size: 1em; /* smaller compared to the date */
background-color: transparent;
color: white;
}
.....
eso es todo
...............
Buscador Interno (Actualizacion)
21 mayo 2007
Hola, volviendo a lo interesante y no cosas de principiante aprenderemos a añadir un buscador interno es facil solo sigan los siguientes pasos:
1.- Añdimos un widget Html/Javascript con el siguiente codigo:
2.- Y si quieres ponerle una imagen que remplaze el boton buscar:
3.- Buscador con texto en cuadro de texto; Incluye texto dentro del cuadro donde se coloca la palabra a buscar y el botón buscar:
4.- Y tambien Una imagen que reemplaze el boton buscar y una imagen dentro del textarea:
Y listo :) .

No hay comentarios:
Publicar un comentario