Kod: <script type="text/javascript">
/***********************************************
* DHTML slideshow script- Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice must stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var photos=new Array()
var photoslink=new Array()
var which=0
//define images. You can have as many as you want:
photos[0]="http://img844.imageshack.us/img844/6596/kodbanksharbiyemarsi.png"
photos[1]="http://img705.imageshack.us/img705/1561/kodbanksankaramarsi.png"
photos[2]="RESİM 2"
photos[3]="RESİM 3"
photos[4]="RESİM 4"
photos[5]="RESİM 5"
photos[6]="RESİM"
photos[7]="RESİM"
photos[8]="RESİM"
photos[9]="RESİM"
photos[10]="RESİM"
photos[11]="RESİM"
photos[12]="RESİM"
photos[13]="RESİM"
photos[14]="RESİM"
photos[15]="RESİM"
photos[16]="RESİM"
photos[17]="RESİM"
photos[18]="RESİM"
photos[19]="RESİM"
photos[20]="RESİM"
photos[21]="RESİM"
photos[22]="RESİM"
photos[23]="RESİM"
photos[24]="RESİM"
photos[25]="RESİM"
photos[26]="RESİM"
photos[27]="RESİM"
photos[28]="RESİM"
photos[29]="RESİM"
photos[30]="RESİM"
photos[31]="RESİM"
photos[32]="RESİM"
photos[33]="RESİM"
photos[34]="RESİM"
photos[35]="RESİM"
photos[36]="RESİM"
photos[37]="RESİM"
photos[38]="RESİM"
photos[39]="RESİM"
photos[40]="RESİM"
photos[41]="RESİM"
//Specify whether images should be linked or not (1=linked)
var linkornot=0
//Set corresponding URLs for above images. Define ONLY if variable linkornot equals "1"
photoslink[0]=""
photoslink[1]=""
photoslink[2]=""
photoslink[3]=""
photoslink[4]=""
photoslink[5]=""
photoslink[6]=""
photoslink[7]=""
photoslink[8]=""
photoslink[9]=""
photoslink[10]=""
photoslink[11]=""
photoslink[12]=""
photoslink[13]=""
photoslink[14]=""
photoslink[15]=""
photoslink[16]=""
photoslink[17]=""
photoslink[18]=""
photoslink[19]=""
photoslink[20]=""
photoslink[21]=""
photoslink[22]=""
photoslink[23]=""
photoslink[24]=""
photoslink[25]=""
photoslink[26]=""
photoslink[27]=""
photoslink[28]=""
photoslink[29]=""
photoslink[30]=""
photoslink[31]=""
photoslink[32]=""
photoslink[33]=""
photoslink[34]=""
photoslink[35]=""
photoslink[36]=""
photoslink[37]=""
photoslink[38]=""
photoslink[39]=""
photoslink[40]=""
photoslink[41]=""
//do NOT edit pass this line
var preloadedimages=new Array()
for (i=0;i<photos.length;i++){
preloadedimages[i]=new Image()
preloadedimages[i].src=photos[i]
}
function applyeffect(){
if (document.all && photoslider.filters){
photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)
photoslider.filters.revealTrans.stop()
photoslider.filters.revealTrans.apply()
}
}
function playeffect(){
if (document.all && photoslider.filters)
photoslider.filters.revealTrans.play()
}
function keeptrack(){
window.status="Image "+(which+1)+" of "+photos.length
}
function backward(){
if (which>0){
which--
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}
function forward(){
if (which<photos.length-1){
which++
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}
function transport(){
window.location=photoslink[which]
}
</script>
<table border="4" bordercolor="#00008b" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td height="22" width="100" colspan="2"><center><script>
if (linkornot==1)
document.write('<a href="javascript:transport()">')
document.write('<img src="'+photos[0]+'" width="500" height="600" name="photoslider" style="filter:revealTrans(duration=2,transition=23)" border=4>')
if (linkornot==1)
document.write('</a>')
</script></center></td>
</tr>
<tr>
<td bgcolor="#ffff00" height="21" width="50%">
<div style="text-align: center"><a onClick="backward();return false" href="#"><span style="font-size: larger"><strong>Önceki şiir◄</strong></span></a></div>
</td>
<td bgcolor="#ffcc33" height="21" width="50%">
<div style="text-align: center"><a onClick="forward();return false" href="#"><span style="font-size: larger"><strong>► Sonraki şiir</a> <a title="[T I K L A]" target="_blank" href="http://Buraya sitenin url si" _fcksavedurl="http://Buraya sitenin url si"><img height="10" alt="Sitene ekle" hspace="0" width="10" align="right" border="0" src="http://img59.imageshack.us/img59/1474/kodbankssiteneekle.gif" /></font></a></strong></span></a></div>
</td>
</tr>
</tbody>
</table>
Bu kod ile istediğinizi yapabilirsiniz.Şöyleki şiirlerin yazılı şekilde resmini çekip resim url lerini kodun içine yerleştirin.Ben 2 adet marşın (Ankara marşı ve harbiye marşı) yazılı metin resmini çekip kodun içine yerleştirdim ,sizde şiirlerin metinlerinin resmini çekip koddaki gerekli yerlere kaydedin..
______________