Código: <table height="466" cellpadding="0" border="0" width="555">
<caption><strong>[color=red]Titulo de la galeria[/color]</strong></caption>
<tbody>
<tr>
<td width="100%"><img height="333" width="544" alt="" src="plane1.gif" name="photoslider" /></td>
</tr>
<tr>
<td width="100%">
<form method="post" name="rotater">
<div align="center"><center>
<p><script language="JavaScript1.1">
var photos=new Array()
var which=0
photos[0]="[color=red]URL: imagen 1[/color]"
photos[1]="[color=red]URL: imagen 2[/color]"
photos[2]="[color=red]URL: imagen 3[/color]"
photos[3]="[color=red]URL: imagen 4[/color]"
photos[4]="[color=red]URL: imagen 5[/color]"
function backward(){
if (which>0){
window.status=''
which--
document.images.photoslider.src=photos[which]
}
}
function forward(){
if (which<photos.length-1){
which++
document.images.photoslider.src=photos[which]
}
else window.status='End of gallery'
}
</script><input type="button" value="<<Anterior" name="B2" onClick="backward()" /> <input type="button" value="Siguiente>>" name="B1" onClick="forward()" /><br />
<a href="#" onClick="which=1;backward();return false"><small>[color=red]Aqui pone la frase que quieras o tu pagina![/color]<br />
</small></a></p>
</center></div>
</form>
</td>
</tr>
</tbody>
</table>
Esta todo bien explicado si tienen alguna duda me la preguntan!!!
Si quieren colocar más imágenes
ponen photos[nuemero que sigue]="url"
debajo de las otras......
*Ha los botones estan en español <anterior y siguientes>
*lo recomiendo al 100%