Añade Iconos para Navegar dentro del Blog


Para que al final de las entradas en vez de aparecer el texto "entradas antiguas", "entradas recientes" e "inicio", aparezca un icono con un dibujo, tendrás que ir a Plantilla (Template), luego a Edición de HTML y clic en Expandir plantillas de artilugios.

Luego buscas lo siguiente:<b:includable id='nextprev'>
Para que la búsqueda sea más rápida, en tu explorador web dirígete a Editar, Buscar en esta página...

Una vez que lo encuentras seleccionas todo hasta el próximo </b:includable> y eliminas toda la selección. En su lugar pegas el siguiente código:

<b:includable id='nextprev'>
<div id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<a expr:href='data:newerPageUrl' expr:title='data:newerPageTitle' id='blog-pager-newer-link'>
<img src='http://imagen_icono_izquierdo'/></a>
</b:if>
<b:if cond='data:olderPageUrl'>
<a expr:href='data:olderPageUrl' expr:title='data:olderPageTitle' id='blog-pager-older-link'>
<img src='http://iimagen_icono_derecho'/></a>
</b:if>
<a class='home-link' expr:href='data:blog.homepageUrl'>
<img src='http://imagen_icono_inicio'/></a>
</div>
<div class='clear'/>
</b:includable>


Donde está resaltado con color, colocas la url de la imagen del icono que tengas alojada en la web.
A continuación les paso algunos iconos que alojé en Photobucket y que pueden probar:


up_blue http://i268.photobucket.com/albums/jj24/estefisu/upB.png


right_blue http://i268.photobucket.com/albums/jj24/estefisu/rightB.png

left_blue http://i268.photobucket.com/albums/jj24/estefisu/leftB.png


Photobucket http://i268.photobucket.com/albums/jj24/estefisu/left_G.png

Photobucket http://i268.photobucket.com/albums/jj24/estefisu/rightG.png

Photobucket http://i268.photobucket.com/albums/jj24/estefisu/up_G.png

Photobucket http://i268.photobucket.com/albums/jj24/estefisu/upO.png

Photobucket http://i268.photobucket.com/albums/jj24/estefisu/leftO.png

Photobucket http://i268.photobucket.com/albums/jj24/estefisu/rightO.png

Photobucket http://i268.photobucket.com/albums/jj24/estefisu/upV.png

Photobucket http://i268.photobucket.com/albums/jj24/estefisu/rightV.png

Photobucket http://i268.photobucket.com/albums/jj24/estefisu/leftV.png


.