Hola! El caso es que el slideshow que puse no sé porqué no se me ve bien.
Os dejo una captura y luego el código que tengo:
Este es el código que utilizo para las imágenes (bloque $GLOBAL_TOP$)
Code
<div id="featured"> <img src="cod-black-ops.jpg" alt="Link" /> <a href="http://www.zurb.com/playground" target="_blank"><img src="cod-black-ops.jpg" alt="Ezio" rel="ezioCaption" /></a> <img src="cod-black-ops.jpg" alt="Master Chief" /> <img src="cod-black-ops.jpg" alt="Marcus Fenix" rel="marcusCaption" /> </div> <span class="orbit-caption" id="ezioCaption">This is an <em>awesome caption</em> for Ezio. <strong>Note:</strong> This whole image is linked</span> <span class="orbit-caption" id="marcusCaption">This is an <em>awesome caption</em> for Marcus with a <a href="http://www.zurb.com/playground" target="_blank" style="color: #fff">link</a></span>
Código de la página completa, donde pone $GLOBAL_TOP$ es el código que hay antes citado:
Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>nJusted - Tu web sobre videojuegos - PC - PS3 - XBOX 360 - WII - NDS - PSP - Noticias, Analisis y mucho más</title> <!-- Use the ID of your slider here to avoid the flash of unstyled content --> <style type="text/css"> #featured { width: 940px; height: 450px; background: #009cff url('orbit/loading.gif') no-repeat center center; overflow: hidden; } /* Want a different Loading GIF - visit http://www.webscriptlab.com/ - that's where we go this one <img src="http://s22.ucoz.net/sm/1/smile.gif" border="0" align="absmiddle" alt="smile"> */ </style>
</FORM> <?endif?> <?if($ADD_ENTRY_LINK$)?><div align="right"><a href="$ADD_ENTRY_LINK$"><img src="/images/anadirnoticia.png"></a></div><br> <?if($URI_ID$='nwAdd0')?>- Recuerda que al añadir un video a una noticia el video no puede sobrepasar los 490 px de ancho.<br> - NO pongas una imagen al principio de noticia, esperate a un segundo párrafo o al final de noticia para poner la imagen.<?endif?><?endif?> $BODY$<!-- </body> --> <div id="fp_ads">$GLOBAL_PUBLIHOR$</div> </div> <!-- </middle> --> <div id="main_right">
</div> </div><!-- Footer --> </div><!-- Shadow Right --> </div><!-- Shadow Left --> </div><!-- Wrapper --> </body></html>
Este slideshow es de http://www.zurb.com/playground/jquery_image_slider_plugin - Orbit Slideshow por si queréis insertarlo en vuestra web o ayudarme xD.