HTML CODE TO OPEN NEW WINDOWS WHEN CLICKING
CODIGO HTML PARA ABRIR VENTANAS NUEVAS AL HACER CLICK
Rutina Normal / Normal Routine
<a href="example.com">LinkText</a>
Rutina para abrir ventana/pestaña nueva al hacer click / Routine to open new windows/tabs when clicking
<a href="example.com" target="_blank">LinkText</a>
MENU ON BLOGGER'S BLOG / MENU EN EL BLOG DE BLOGGER
Provided by / Enviado por: Sara
Plantillas disponible en / Templates are available on:
http://css.maxdesign.com.au/listamatic/index.htm
Aquí encontrarás dos partes de Código: una en HTML y otra en CSS
La rutina de HTML tendrás que ponerla en un nuevo componente de HTML/Javascript en el Blog, mientras que el código CSS tendrás que ponerlo en el código de la plantilla, justo antes del siguiente indicador:
</b:skin>
Here you'll find 2 kinds of code: one HTML and another CSS routine
The HMTL code you'll have to paste it into a new HTML/Javascript blog component, while the CSS code you'll have to introduce it right into the template code, just before the following code string:
Volver a la Página Principal / Back to HomePage
